import { TQuality } from './types'; export declare const getInferredQualityFromPackageName: (voiceName: string) => TQuality | undefined;