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