import { StaticRemotesConfig } from './parse-static-remotes-config'; export declare function startRemoteProxies(staticRemotesConfig: StaticRemotesConfig, mappedLocationsOfRemotes: Record, sslOptions?: { pathToCert: string; pathToKey: string; }, host?: string): Promise; //# sourceMappingURL=start-remote-proxies.d.ts.map