export interface FormatterOptions {
    color?: boolean;
}
