export declare const DEBUG: string | undefined; export declare const debug: undefined | ((level: 'error' | 'warn' | 'info', ...message: string[]) => void);