import type { InfraResourceIdentity } from '@ankhorage/contracts/infra'; /*** Create a stable collision-safe key for an Infra-owned resource. */ export declare function infraIdentityKey(identity: InfraResourceIdentity): string; //# sourceMappingURL=infraIdentityKey.d.ts.map