export declare const $ErrorResponse: { properties: { message: { type: string; maxLength: number; pattern: string; }; errorId: { type: string; maxLength: number; pattern: string; }; meta: { properties: {}; }; }; };