import type { SqliteWasmDatabase } from "sqlite-wasm-kysely"; /** * Applies the database schema to the given sqlite database. */ export declare function applySchema(args: { sqlite: SqliteWasmDatabase; }): SqliteWasmDatabase; //# sourceMappingURL=apply-schema.d.ts.map