import { ILoadOptionsFunctions, INodePropertyOptions } from "n8n-workflow";
export declare function getSpaces(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
export declare function getDatasheets(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
export declare function getViews(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
