import { IExecuteFunctions } from 'n8n-core'; import { JsonObject, INodeProperties } from 'n8n-workflow'; export declare const getInfoFields: INodeProperties[]; export declare function mapGetInfoParams(this: IExecuteFunctions): Record; export declare function getInfo(this: IExecuteFunctions): Promise;