export declare const $SchemaRegistry: { 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 description: "Primary key set by the server."; readonly isReadOnly: true; }; readonly schemaRegistryType: { readonly type: "Enum"; }; readonly brokerType: { readonly type: "Enum"; }; readonly messagingServiceIds: { readonly type: "array"; readonly contains: { readonly type: "string"; readonly description: "The messagingServiceIds associated with the Schema Registry"; }; }; readonly connections: { readonly type: "array"; readonly contains: { readonly type: "resourceConnectionDetails"; }; }; readonly type: { readonly type: "string"; readonly description: "The type of this payload, schemaRegistry."; readonly isReadOnly: true; }; }; };