/** * Provider ID normalization (MIT-licensed upstream pattern). */ export declare function normalizeProviderId(provider: string): string;