import type { InfraDestroyRequest, InfraLedger } from '@ankhorage/contracts/infra'; /*** Convert explicit owned-resource selectors into the canonical persistent deletion policy. */ export declare function resolveInfraPersistence(ledger: InfraLedger | undefined, resourceSelectors: readonly string[]): InfraDestroyRequest['persistence']; //# sourceMappingURL=resolveInfraPersistence.d.ts.map