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