import type { Context } from "../context.ts"; import type { ExecutionEnv } from "../types.ts"; /** Serialize file mutations targeting the same environment and canonical path. */ export declare function withFileMutationQueue(env: ExecutionEnv, path: string, fn: () => Promise, context: Context): Promise; //# sourceMappingURL=file-mutation-queue.d.ts.map