export { MusapKeyManagementSystem } from './MusapKeyManagerSystem'

export interface KeyMetadata {
  algorithms?: string[]

  [x: string]: any
}
