import type { Connection } from 'ray-streaming'; export declare class Camera { private connection; private videoOptions?; private currentTrack?; constructor(connection: Connection, videoOptions?: MediaTrackConstraintSet | undefined); start(): Promise; stop(): void; }