export declare const Priority: { readonly immediate: 10; readonly throttled: 5; readonly low: 1; }; export type Priority = (typeof Priority)[keyof typeof Priority];