import { PickerLogger } from './picker-logger'; export declare class NoopLogger implements PickerLogger { debug(message: string, context?: string): void; error(message: string, context?: string, trace?: string): void; info(message: string, context?: string): void; verbose(message: string, context?: string): void; warn(message: string, context?: string): void; }