/** * @license * Copyright 2022-2026 Matter.js Authors * SPDX-License-Identifier: Apache-2.0 */ import { Lifetime } from "#util/Lifetime.js"; import type { Transaction } from "./Transaction.js"; /** * This is the only public interface to this file. */ export declare function open(via: string, lifetime: Lifetime.Owner, isolation?: Transaction.IsolationLevel): Transaction & Transaction.Finalization; //# sourceMappingURL=Tx.d.ts.map