import type { InfraPlanAction, InfraResult } from '@ankhorage/contracts/infra'; /*** Order plan actions dependency-first and reject duplicate owners or dependency cycles. */ export declare function orderInfraPlanActions(actions: readonly InfraPlanAction[]): InfraResult; //# sourceMappingURL=orderInfraPlanActions.d.ts.map