import type { ProfileManifest } from "../../domain/manifests/index.js"; import type { RepoIntelligenceResult } from "../../domain/intelligence/repo-intelligence.js"; import type { RecommendationEvidenceDocument } from "../../domain/runtime/recommendation-evidence.js"; export declare function resolveProfile(profileId: string | undefined, profiles: ProfileManifest[]): ProfileManifest | null; export declare function buildRecommendationEvidence(profileId: string | undefined, packIds: string[], intelligence: RepoIntelligenceResult | null): RecommendationEvidenceDocument; //# sourceMappingURL=resolve-profile.d.ts.map