export type Logger = {
    error: (msg?: string) => void;
};
