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