import { DevLogType, PrivateFunc } from './type'; /** 管理是否打印 */ export declare function managePrint(type: DevLogType, privateFunc: PrivateFunc, name: string): void;