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