import c from 'picocolors'; /** * log debug message */ export declare function debug(getMsg: () => string, prefix?: string): void; declare const rsdoctorLogger: import("rslog").Logger; declare function time(label: string): void; declare function timeEnd(label: string): void; export { time, timeEnd, c as chalk, rsdoctorLogger as logger };