import { type Logger } from 'vite'; export declare function createDebugLogger(enabled: boolean): Logger;