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