/** * notification constants * @author yoyoyohamapi * @ignore created 2018-08-13 14:45:50 */ export declare const LEVEL: { silent: number; error: number; all: number; };