import { HttpsProxySocket } from'./HttpsProxySocket';
/**
* Replace the connection method on the tedious library (used by mssql)
* to connect via a proxy.
*
* @paramproxy - the proxy to use
*/export declare functionuseProxyForTedious(proxy: HttpsProxySocket): void;