import { Connector, ConnectorOptions, ConnectionOptions, DriverOptions, UnixSocketOptions } from './connector';
import { IpAddressTypes } from './ip-addresses';
import { AuthTypes } from './auth-types';
export { Connector, type ConnectorOptions, type ConnectionOptions, type DriverOptions, type UnixSocketOptions, };
export { IpAddressTypes };
export { AuthTypes };
export { GoogleAuth, AuthClient } from 'google-auth-library';
//# sourceMappingURL=index.d.ts.map