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