export declare const SocksClient: {
    createConnection: (x: any) => any;
};
