import { DebuggerParam } from "../shared/log.configure"; /** * @description * @已知问题 当数组或对象被设置为table输出时,会被提升,等待下一次更新 * @author cyia * @date 2018-11-27 * @export * @param [param] * @returns */ export declare function Debugger(param?: DebuggerParam): (target: any, name: string, descriptor: PropertyDescriptor) => PropertyDescriptor;