export declare class GlideUAEvent { static getCurrentEventCount(eventId: string, accrualPeriod: string): number static postEvent(eventId: string, appId: string, eventName: string): void }