import { type DBPreset } from "./db"; import { type PuriTransactionWrapper } from "./puri-wrapper"; export declare class TransactionContext { private transactions; getTransaction(preset: DBPreset): PuriTransactionWrapper | undefined; setTransaction(preset: DBPreset, trx: PuriTransactionWrapper): void; deleteTransaction(preset: DBPreset): void; } //# sourceMappingURL=transaction-context.d.ts.map