import { type LegacyRuntimeTreeReceipt } from "./service-migration-runtime-tree.js"; export interface LegacyNodeRuntimeReceipt { schemaVersion: 1; tree: LegacyRuntimeTreeReceipt; version: string; platform: string; arch: string; } /** 调用方持服务锁并已记录捕获意图;不修改原Node,也不启动旧网关。 */ export declare function captureLegacyNodeRuntime(nodePath: string, store: string, id: string): Promise; export declare function verifyLegacyNodeRuntime(input: LegacyNodeRuntimeReceipt): Promise; //# sourceMappingURL=service-migration-node-runtime.d.ts.map