import type { Config } from '../../config/schema.js'; export declare function localVoiceModelForProviderSwitch(previousProvider: string | undefined, config: Config): string | null; /** Start a missing local STT model only after the provider changes to xopc-local. */ export declare function prepareLocalVoiceModelAfterProviderSwitch(previousProvider: string | undefined, config: Config): void;