import { getConnectorMode, getConnector } from './ConnectorMode'; import type { Stdlib_User } from './interfaces'; export { unsafeAllowMultipleStdlibs } from './registry'; export { getConnectorMode, getConnector }; export declare function loadStdlib(connectorModeOrEnv?: string | { [key: string]: string; }): Stdlib_User; export declare function Reach(this: {}, connectorModeOrEnv?: string | { [key: string]: string; }): void; //# sourceMappingURL=loader.d.ts.map