export declare function getConnection(...args: any[]): any;
export declare function getConnectionSync(...args: any[]): any;
export declare function getLoginTimeout(): any;
export declare function registerDriver(driver: string): any;
export declare function setLoginTimeout(seconds: any): any;