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