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