/** * Profile-URL → package-ID detection for the FHIR package registry. * * Fast path: known URL patterns for common national/IG packages. * Fallback: the embedder's DB-backed ProfilePackageMapper (when wired). */ /** * Detect package ID from a profile URL. * First tries known patterns, then falls back to generic ProfilePackageMapper. */ export declare function detectPackageForProfile(profileUrl: string): Promise; //# sourceMappingURL=package-profile-detector.d.ts.map