import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class NocoDB implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getWorkspaces(this: ILoadOptionsFunctions): Promise; getBases(this: ILoadOptionsFunctions): Promise; getTables(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=NocoDB.node.d.ts.map