import { INodeType, INodeTypeDescription } from 'n8n-workflow';
export declare class ElevenLabs implements INodeType {
    description: INodeTypeDescription;
}
