import { Dimensions } from '../../interfaces/utils';
/**
 * Tracks a custom event, e.g. when a visitor interacts with the page
 */
export declare function trackEvent(category: string, action: string, name?: string, value?: number, dimensions?: Dimensions): void;
