export interface ILogger { log: (...msg: Array) => void; }