export default interface Logger { log(msg: string): void; }