import type { RuntimeManifestIdentity } from './runtime-manifest.js'; import type { RuntimePromotionFilesystemAuthority, RuntimePromotionRetireResult } from './runtime-promotion-filesystem-types.js'; export declare function retireRuntimePromotionSource(authority: RuntimePromotionFilesystemAuthority, expected: RuntimeManifestIdentity): Promise; //# sourceMappingURL=runtime-promotion-filesystem-retire.d.ts.map