``` export declare function trackEvent(category: string, action: string, name?: string, value?: number): void; ``` This is not consistent with the documentation and I would like to use strings as values.