export declare const $ErrorResponse: { readonly properties: { readonly message: { readonly type: "string"; }; readonly errorId: { readonly type: "string"; }; readonly meta: { readonly type: "dictionary"; readonly contains: { readonly properties: {}; }; }; readonly validationDetails: { readonly type: "dictionary"; readonly contains: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; }; readonly errorType: { readonly type: "string"; }; }; };