interface Config { /** The journey apps cc egress token */ auth: string; /** The journey apps cc egress proxy domain */ proxy: string; } /** * The patch should be called before instantiating the MongoClient * @param config - The configuration for the proxy */ export declare function useProxyForMongo(config: Config): { close: () => Promise; }; export {}; //# sourceMappingURL=mongoPatch.d.ts.map