export interface ProxyOptions { type: 'http' | 'https' | 'socks4' | 'socks5'; uri: string; username?: string; password?: string; }