declare function customEvent(eventName: string, eventData: object, gaId: string): Promise<void>;
export { customEvent };
