/** * @author WMXPY * @namespace Util * @description Debug */ export declare const isDebug: () => boolean; export declare const isTest: () => boolean; export declare const debugLog: (...args: any[]) => void;