declare const types: {
  HTTP: 'http'
  SERVERLESS: 'serverless'
  WEB: 'web'
}

export = types
