export declare function warn(msg: any): void;
export declare function error(msg: any): void;
export declare function info(msg: any): void;
