export declare type Logger = (...args: string[]) => void;
export declare const log: Logger;
