/// import { Writable } from 'stream'; import { EOutputLevel } from './constants'; import type { EOutputPrefix } from './constants'; declare function buildLoggerWithPrefix(level: EOutputLevel, prefix: EOutputPrefix): Writable; declare function setOrginLogger(): void; declare function setPrefixLogger(prefix: EOutputPrefix): void; export { buildLoggerWithPrefix, setPrefixLogger, setOrginLogger }; //# sourceMappingURL=logger.d.ts.map