export declare const createLogger: (active: boolean) => (...msg: any[]) => void;
