export declare const $ConfigurationType: { readonly properties: { readonly id: { readonly type: "string"; readonly isReadOnly: true; }; readonly name: { readonly type: "string"; readonly isRequired: true; readonly maxLength: 255; readonly minLength: 1; }; readonly brokerType: { readonly type: "string"; readonly isRequired: true; readonly maxLength: 255; readonly minLength: 1; }; readonly associatedEntityTypes: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly createdTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly updatedTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly valueSchema: { readonly type: "dictionary"; readonly contains: { readonly properties: {}; }; }; readonly type: { readonly type: "string"; }; }; };