import type { InfraResult } from '@ankhorage/contracts/infra'; import type { InfraCommandContext } from '../../types/infraCli.js'; /*** Emit diagnostics and narrow a provider-neutral result before command rendering continues. */ export declare function requireInfraSuccess(result: InfraResult, context: InfraCommandContext): asserts result is Extract, { readonly ok: true; }>; //# sourceMappingURL=requireInfraSuccess.d.ts.map