import type util from "node:util";
export declare const log: (...args: any[]) => void;
export declare const debuglog: typeof util.debuglog;
export declare const debug: typeof util.debug;
export declare const inspect: typeof util.inspect;
export declare const format: typeof util.format;
export declare const formatWithOptions: typeof util.formatWithOptions;
