import type { SqliteWasmDatabase } from "sqlite-wasm-kysely"; import type { LixDatabaseSchema } from "../database/schema.js"; import type { Kysely } from "kysely"; export declare function applyOwnChangeControlTriggers(sqlite: SqliteWasmDatabase, db: Kysely): void; //# sourceMappingURL=database-triggers.d.ts.map