declare const kinds: {
  SERVER: 'server'
  CLIENT: 'client'
  PRODUCER: 'producer'
  CONSUMER: 'consumer'
  INTERNAL: 'internal'
}

export = kinds
