export declare function throwIfStoreClosed(store: { readonly closed: boolean; }): void; export declare function throwIfTransactionClosed(transaction: { readonly closed: boolean; }): void; export declare function transactionIsClosedRejection(): Promise; export declare function maybeTransactionIsClosedRejection(transaction: { readonly closed: boolean; }): Promise | undefined; export declare function storeIsClosedRejection(): Promise; //# sourceMappingURL=throw-if-closed.d.ts.map