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