import { type mssql } from '@cityssm/mssql-multi-pool';
export default function _testConnection(mssqlConfig: mssql.config): Promise<boolean>;
