export declare class Logger { private static debugMode; static setDebugMode(debug: boolean): void; static isDebugMode(): boolean; static info(message: string): void; static success(message: string): void; static warn(message: string): void; static error(message: string, error?: any): void; static provider(name: string, message: string): void; static debug(message: string): void; static hunting(provider: string): void; static swooping(provider: string): void; static waiting(provider: string): void; static caught(provider: string, price: string): void; } //# sourceMappingURL=logger.d.ts.map