import type { GA4IntegrationOptions } from '../types/index.js'; /** * Iterates all fields defined on optionsInterface and creates a map with each * validation. * * @param options - Field interface properties. * * @returns Returns a map with each field validation value. */ export declare const validateFields: (options: GA4IntegrationOptions) => Map;