import Priority from '../Priority'; export declare class High extends Priority { constructor(); } export default High;