declare const EventTypes: {
    REFRESH_INVALID_GRANT: string;
    REFRESH_EXPIRED: string;
};
export default EventTypes;
