export declare type SetConfigOptions = { config: Record; }; export declare type SetProtocolVersionOptions = { version: number; }; export declare type SetSocksProxyOptions = { socksProxy: string; };