import type { BaseConnection } from "../../connection";
export declare const getGlobalConnection: <Connection extends BaseConnection<any, any>>(connectionName?: string | undefined) => Connection;
