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