import { INodeType, INodeTypeDescription } from 'n8n-workflow';
export declare class ElevenLabs implements INodeType {
    description: INodeTypeDescription;
    methods: {
        listSearch: {
            listVoices(this: import("n8n-workflow").ILoadOptionsFunctions): Promise<import("n8n-workflow").INodeListSearchResult>;
            listModels(this: import("n8n-workflow").ILoadOptionsFunctions): Promise<import("n8n-workflow").INodeListSearchResult>;
        };
    };
}
