import { IExecuteFunctions, INodeType, INodeTypeDescription, INodeProperties } from 'n8n-workflow';
export declare const listChannelsFields: INodeProperties[];
export declare function executeListChannels(this: IExecuteFunctions): Promise<any>;
export declare class ListChannels implements INodeType {
    description: INodeTypeDescription;
    execute(this: IExecuteFunctions): Promise<any>;
}
