export { ConnectionArgs } from "./connection"; export type Connection = import("./connection").Connection; export declare const Connection: typeof import("./connection").Connection; export { GetConnectionArgs, GetConnectionResult, GetConnectionOutputArgs } from "./getConnection"; export declare const getConnection: typeof import("./getConnection").getConnection; export declare const getConnectionOutput: typeof import("./getConnection").getConnectionOutput; export * from "../types/enums/interconnect";