export declare class Logger { static requestFailed(url: string): void; static noConfig(url: string): void; static decompressionFailed(url: string): void; static reload(url: string): void; static readCache(url: string): void; static ready(name: string): void; static log(text: string): void; }