export declare const $ResourceConnectionResponse: { readonly properties: { readonly data: { readonly type: "array"; readonly contains: { readonly type: "resourceConnectionDetails"; }; }; readonly meta: { readonly type: "dictionary"; readonly contains: { readonly properties: {}; }; }; }; };