import type { Proxy } from './interfaces/interfaces.js';
export declare function testProxy(proxy: Proxy, testUrl: string, testTimeout: number): Promise<void>;
//# sourceMappingURL=ProxyTester.d.ts.map