import { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow';
export declare function getChannels(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
