import type { DeviceManager } from "../hooks/internal/devices/useDeviceManager";
import type { TrackManager } from "../types/internal";
export type CameraContextType = {
    videoTrackManager: TrackManager;
    cameraManager: DeviceManager;
};
export declare const CameraContext: import("react").Context<CameraContextType | null>;
//# sourceMappingURL=camera.d.ts.map