import type { Model } from "@realsee/five";
export declare function getDistanceFromModel(model: Model, fov: number, aspect: number): number;
