export declare function consoleLog(msg: string): void;
export declare function consoleError(msg: string): void;
