export declare type Logger = (logged: string) => void; export declare function getLogger(isVerbose: boolean): Logger;