export declare enum CallbackPriority { IMPORTANT = -200, EARLY = -100, DEFAULT = 0, LATE = 100 } //# sourceMappingURL=CallbackPriority.d.ts.map