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