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