import knex__default from 'knex';
import { AthenaConnectionConfig } from './athena-connection.js';
import '@aws-sdk/client-athena';

declare function createAthenaDialect(config: AthenaConnectionConfig): typeof knex__default.Knex.Client;

export { createAthenaDialect };
