import type { INodeProperties } from 'n8n-workflow'; import * as getga4 from './get.ga4.operation'; import * as getuniversal from './get.universal.operation'; export { getga4, getuniversal }; export declare const description: INodeProperties[]; //# sourceMappingURL=Report.resource.d.ts.map