import { INodePropertyOptions, ILoadOptionsFunctions } from 'n8n-workflow';
export declare function getWorkspaces(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
export declare function getWorkflows(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
export declare function getWorkflowFields(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
