import type { GenericObject } from "../types"; /** * INTERNAL USE ONLY: This function is intended for internal use only and should not be used otherwise. */ export declare function logGenericEvent(eventData: GenericObject): Promise;