export declare const readText: (text: string | File) => {
    read: (text: string, config: {
        lang?: string;
        pitch?: number;
        rate?: number;
        volume?: number;
    }) => SpeechSynthesisUtterance;
};
