export declare enum CameraOrientation {
    FRONT = "user",
    BACK = "environment"
}
