UNPKG

n8n-nodes-elevenlabs

Version:

Complete implementation of ElevenLabs AI voice generation into n8n workflows.

8 lines (7 loc) 349 B
import type { ILoadOptionsFunctions } from 'n8n-workflow'; export declare const loadOptions: { listVoiceGenders(this: ILoadOptionsFunctions): Promise<any>; listVoiceAges(this: ILoadOptionsFunctions): Promise<any>; listVoiceAccents(this: ILoadOptionsFunctions): Promise<any>; listModels(this: ILoadOptionsFunctions): Promise<any>; };