export declare type EventTrackerFunction = (name: T, properties?: { [key: string]: any; }) => void;