UNPKG

n8n-nodes-elevenlabs-langfix

Version:

Complete implementation of ElevenLabs AI voice generation into n8n workflows.

5 lines (4 loc) 197 B
import type { ILoadOptionsFunctions, INodeListSearchResult } from 'n8n-workflow'; export declare const listSearch: { listVoices(this: ILoadOptionsFunctions): Promise<INodeListSearchResult>; };