import type { HostInput, IntentSet } from "@intentic/need-resolver"; import type { ResolvedNode } from "@intentic/resources"; import type { PlatformRefs } from "./platform.js"; export declare const resolveIdentities: (intent: IntentSet, platform: PlatformRefs, hostId: string, host: HostInput) => ResolvedNode[]; //# sourceMappingURL=identity.d.ts.map