/** * Logger that really does not log anything */ export declare const NOOP_LOGGER: { 'info': () => void; 'warn': () => void; 'error': () => void; };