/** * Serialize file mutation operations targeting the same file. * Operations for different files still run in parallel. */ export declare function withFileMutationQueue(filePath: string, fn: () => Promise): Promise; //# sourceMappingURL=file-mutation-queue.d.ts.map