export declare const P_LOW = 3; declare const P_NORMAL = 5; declare const P_HIGH = 7; declare const P_IMPORTANT = 10; export type Priority = typeof P_LOW | typeof P_NORMAL | typeof P_HIGH | typeof P_IMPORTANT; export {}; //# sourceMappingURL=priority.d.ts.map