import type { RuntimePromotionFilesystemAuthority, RuntimePromotionRollbackInput, RuntimePromotionRollbackResult } from './runtime-promotion-filesystem-types.js'; /** Roll back a runtime promotion under the consumed filesystem capability. */ export declare function rollbackRuntimePromotion(authority: RuntimePromotionFilesystemAuthority, input: RuntimePromotionRollbackInput): Promise; //# sourceMappingURL=runtime-promotion-filesystem-rollback.d.ts.map