/** * Internal method to turn priority into a number * @param priority string to parse into number */ export declare const parsePriority: (priority: string | number) => number; //# sourceMappingURL=parse-priority.d.ts.map