export declare class CatFormValidatorResponseFactory { static generate(errorMessage: string): { customError: { message: string; }; }; }