import type { INodeProperties } from 'n8n-workflow';
import * as textToSpeech from './tts.operation';
export { textToSpeech };
export declare const description: INodeProperties[];
