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