export declare const isTransactionOptions: (value: unknown) => value is import("@firebase/firestore").TransactionOptions;
