module.exports =
class Generator
  generate: (swatches) ->

  getVibrantSwatch: ->

  getLightVibrantSwatch: ->

  getDarkVibrantSwatch: ->

  getMutedSwatch: ->

  getLightMutedSwatch: ->

  getDarkMutedSwatch: ->

module.exports.Default = require('./default')
