import type { GenerationStore } from "../installation/generation-store.js"; import type { GenerationResolverConfig } from "../installation/generation-resolver.js"; /** 管理服务自身版本不是活动网关的版本;坏收据或目录不能回退到宿主旧目录。 */ export declare function activeInstallationResolver(store: GenerationStore, id: string | null, bundled: GenerationResolverConfig): GenerationResolverConfig; //# sourceMappingURL=installation-active-resolver.d.ts.map