defaults: {
    deltaE: string;
    gamut_mapping: string;
    precision: number;
    verbose: boolean;
    warn: ((msg: any) => void);
}