/**
 * Loads proxies from a file. Lines starting with "#" are ignored.
 * @param filePath - Path to the proxy list file
 * @returns An array of proxy strings (e.g., IP:Port)
 */
export declare function loadProxiesFromFile(filePath: string): Promise<string[]>;
//# sourceMappingURL=loadProxy.d.ts.map