import type { Transaction } from "kysely"; import type { LixDatabaseSchema } from "../database/schema.js"; import type { Lix } from "../lix/open-lix.js"; import type { LixReadonly } from "./lix-plugin.js"; /** * Turns a `Lix` into a `LixReadonly`. * * TODO https://github.com/opral/lix-sdk/issues/123 */ export declare function withTransaction(lix: Lix, trx: Transaction): LixReadonly; //# sourceMappingURL=with-transaction.d.ts.map