import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Coda implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getDocs(this: ILoadOptionsFunctions): Promise; getTables(this: ILoadOptionsFunctions): Promise; getColumns(this: ILoadOptionsFunctions): Promise; getViews(this: ILoadOptionsFunctions): Promise; getFormulas(this: ILoadOptionsFunctions): Promise; getViewRows(this: ILoadOptionsFunctions): Promise; getViewColumns(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Coda.node.d.ts.map