export declare class PromptGetRequestValidator { static validateQueryParams(obj: any): boolean; static validateParams(obj: any): boolean; }