export enum CallbackPriority {
  IMPORTANT = -200,
  EARLY = -100,
  DEFAULT = 0,
  LATE = 100,
}
