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