import type { Logger } from "winston"; // The following is just to make prettier happy export const logger: Logger = undefined as unknown as Logger;