export declare enum Priority {
    immediate = 10,
    throttled = 5
}
