import type { INodeProperties } from 'n8n-workflow'; import * as getMetrics from './getMetrics.operation'; import * as getReport from './getReport.operation'; export { getReport, getMetrics }; export declare const description: INodeProperties[]; //# sourceMappingURL=index.d.ts.map