export declare const sortByReversePriority: (priorityOrder: string[]) => (a: string, b: string) => number;
