import { Camera } from "./core"; export declare class CameraFactory { static failIfNotSupported(): Promise; private constructor(); create(videoConstraints: MediaTrackConstraints): Promise; }