import type { MediaUnderstandingProvider } from "../types.js"; export declare function normalizeMediaProviderId(id: string): string; export declare function buildMediaUnderstandingRegistry(overrides?: Record): Map; export declare function getMediaUnderstandingProvider(id: string, registry: Map): MediaUnderstandingProvider | undefined;