import { type ManagerServiceRecord } from "./manager-service-journal.js"; import type { ServiceHost } from "./service-host.js"; import type { ManagerServiceRemovalSnapshot } from "./manager-service-removal-snapshot.js"; /** * 调用者持服务级锁,已持久写入 writing 阶段并证明所有旧进程退出、维护门禁已建立。 * 两个文件不能原子同时替换;第二步失败保留第一步结果,由原操作显式对账。 * 不接受旧文件字节作为恢复输入,不读取或写入工作区业务配置/认证/ID。 */ export declare function writeManagerServiceUpgradeFiles(input: ManagerServiceRecord, host: ServiceHost): ManagerServiceRemovalSnapshot; //# sourceMappingURL=manager-service-upgrade-files.d.ts.map