export namespace Permission {
  const AUDIO: string;
  const VIDEO: string;
  const AUDIO_AND_VIDEO: string;
}
