import { MySQL2DataSourceOptions, MySQL2Drizzle } from './interface'; export declare function create(options: MySQL2DataSourceOptions): MySQL2Drizzle; //# sourceMappingURL=index.d.ts.map