import { type NativePortableTransactionRef } from './native-portable-transactions.js'; import type { NativeProjectPaths } from './native-types.js'; export declare function withNativeMutationLock(paths: NativeProjectPaths, operation: string, work: () => Promise, options?: { allowedTransactionId?: string; allowedPortableTransaction?: NativePortableTransactionRef; }): Promise; //# sourceMappingURL=native-mutation-lock.d.ts.map