import type { INodeType, IExecuteFunctions, INodeTypeDescription, INodeExecutionData } from 'n8n-workflow';
export declare class AliyunTokenNode implements INodeType {
    description: INodeTypeDescription;
    execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
}
