
export interface LoggerInterface {
  info(...message: string[]): void;
}
