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