import type { ManifestPluginProvides } from "../manifest"; export declare const connectionsPlugin: (sdk: { context: Pick; } & { context: { meta: Record; }; }) => { context: { resolveConnection: (name: string) => Promise<{ connectionId: string | number; } | undefined>; getConnectionsMap: () => Promise | null>; }; }; export type ConnectionsPluginProvides = ReturnType; //# sourceMappingURL=index.d.ts.map