export declare function warn(msg: string): void; export declare function setVerbose(verbose: boolean): void; export declare function debug(msg: string): void; export declare function formatMilliseconds(duration: number): string;