export type { SqliteOptionsInterface } from './interfaces'; export { sqliteOptionsSchema } from './schema'; export type { SqliteOptionsInput, SqliteOptions } from './schema'; export { resolveDefaultSqlitePath } from './resolve'; export type { SqlitePathResolverContext } from './resolve'; //# sourceMappingURL=index.d.ts.map