type PromiseVoid = () => Promise; /** @internal */ export declare const anonymizeProxySugar: (proxyUrl?: string, username?: string, password?: string) => Promise<[string | undefined, PromiseVoid]>; export {}; //# sourceMappingURL=anonymize-proxy.d.ts.map