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