import { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function getObjects(this: ILoadOptionsFunctions): Promise; export declare function getObjectFields(this: ILoadOptionsFunctions): Promise; export declare function getDropdownValues(this: ILoadOptionsFunctions): Promise; export declare function getFieldTypes(this: ILoadOptionsFunctions): Promise;