export default interface MediaConstraints {
    audio: any;
    video: any;
}
