import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function getDimensions(this: ILoadOptionsFunctions): Promise; export declare function getMetrics(this: ILoadOptionsFunctions): Promise; export declare function getViews(this: ILoadOptionsFunctions): Promise; export declare function getProperties(this: ILoadOptionsFunctions): Promise; export declare function getDimensionsGA4(this: ILoadOptionsFunctions): Promise; export declare function getMetricsGA4(this: ILoadOptionsFunctions): Promise; //# sourceMappingURL=loadOptions.d.ts.map