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