import SpeechFlowNode from "./speechflow-node";
export default class SpeechFlowNodeT2TModify extends SpeechFlowNode {
static name: string;
constructor(id: string, cfg: {
[id: string]: any;
}, opts: {
[id: string]: any;
}, args: any[]);
open(): Promise<void>;
close(): Promise<void>;
}