import type { ServiceHost } from "./service-host.js"; import type { ServiceScope } from "./service-definition.js"; /** 服务锁内沿完整生命周期选择;不用时间戳排序,不因文件缺失独自推断已卸载。 */ export declare function selectManagerBootstrapCycle(scope: ServiceScope, host: ServiceHost): string; //# sourceMappingURL=manager-bootstrap-cycle.d.ts.map