export declare const LOG_PREFIX = "[VAD]"; declare const levels: readonly ["error", "debug", "warn"]; declare type Level = typeof levels[number]; declare type LogFn = (...args: any) => void; declare type Logger = Record; export declare const log: Logger; export {}; //# sourceMappingURL=logging.d.ts.map