export declare const isMediaDevicesSupported: () => boolean;
export declare const isValidType: (value: any, name: string, type: string) => boolean;
