export default interface LoggerInterface { info(message: string): any; error(message: string): any; warn(message: string): any; }