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