export declare const $SuccessResponse: { properties: { message: { type: string; maxLength: number; pattern: string; }; id: { type: string; maxLength: number; pattern: string; }; }; };