ReviewStaticMethodsMap: {
    create(
        reviewObj: ReviewInputObject,
        options?: ReviewCreateOptions,
    ): Promise<ReviewInstance>;
    findOrCreateThing(reviewObj: ReviewInputObject): Promise<ThingInstance>;
    getFeed(options?: ReviewFeedOptions): Promise<ReviewFeedResult>;
    getWithData(id: string): Promise<ReviewInstance>;
    validateSocialImage(options?: ReviewValidateSocialImageOptions): void;
}

Type declaration