export declare const $Consumer: { readonly properties: { readonly createdTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly updatedTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly createdBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly changedBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly id: { readonly type: "string"; readonly isReadOnly: true; }; readonly name: { readonly type: "string"; readonly maxLength: 255; readonly minLength: 1; }; readonly applicationVersionId: { readonly type: "string"; readonly isRequired: true; }; readonly brokerType: { readonly type: "string"; }; readonly consumerType: { readonly type: "string"; }; readonly subscriptions: { readonly type: "array"; readonly contains: { readonly type: "Subscription"; }; }; readonly type: { readonly type: "string"; }; }; readonly isReadOnly: true; };