export declare function track(eventName: string, properties?: Record<string, any>): Promise<void>;
