import { ILoadOptionsFunctions, INodePropertyOptions, INodeProperties } from 'n8n-workflow'; export declare const workItemProperties: INodeProperties[]; export declare function getWorkItemTypes(this: ILoadOptionsFunctions): Promise; export declare function getWorkItemFields(this: ILoadOptionsFunctions): Promise;