/** * * @param fullHash * @returns */ export declare const getEventName: (fullHash: string) => string | null; /** * * @param name * @returns */ export declare const setEvent: (name: string) => string; /** * * @param phone * @returns */ export declare const removePlus: (phone: string) => string; //# sourceMappingURL=event.d.ts.map