export declare type Notifier = (msg: string, status?: string | number) => void;