import { AbstractSpeechGenerator } from './abstract_speech_generator.js';
export declare class DirectSpeechGenerator extends AbstractSpeechGenerator {
    getSpeech(node: Element, _xml: Element): string;
}
