import { Color } from './lib/color';

declare global {
  interface String extends Color {}
}
