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