/** * Embedded Mode - FFI Support * * Direct FFI bindings to ToonDB native library. * No server required. */ export { EmbeddedDatabase, EmbeddedDatabaseConfig } from './database'; export { EmbeddedTransaction } from './transaction'; //# sourceMappingURL=index.d.ts.map