import type { ProviderId } from "../types.js"; export declare function publishRouteReasoningVocabulary(provider: ProviderId | undefined, model: string | undefined): void;