export declare let debug: boolean; /** * 调试打印日志, 默认为在开发模式下启用 */ export declare const setDebug: (status: boolean) => boolean;