export declare function log(msg: string): Promise; export declare function error(msg: string): Promise; export declare function clear(): Promise;