export interface IOutputSchemaMap {
    [propertyKey: string]: Record<string, unknown>;
}
export declare class ReviewSchema {
    static getReviewSchema(): IOutputSchemaMap;
}
//# sourceMappingURL=ResultSchema.d.ts.map