export declare const $CustomAttributeDefinitionResponse: { readonly properties: { readonly data: { readonly type: "CustomAttributeDefinition"; }; readonly meta: { readonly type: "dictionary"; readonly contains: { readonly properties: {}; }; }; }; };