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