/**
 * 打印日志
 */
export declare const log: (msg: string) => void;
