export declare const $CustomAttributesFrontEndResponse: { readonly properties: { readonly data: { readonly type: "array"; readonly contains: { readonly type: "CustomAttributeFrontEndDTO"; }; }; readonly meta: { readonly type: "dictionary"; readonly contains: { readonly properties: {}; }; }; }; };