export declare const trackEvent: (category: string, name: string, label?: string | undefined, value?: number | undefined) => void;