import type { Range2d } from "@itwin/core-geometry";
export declare class IModelGeoView {
    static getFrustumLonLatBBox(): Range2d | undefined;
    static locateAddress(address: string): Promise<boolean>;
}
//# sourceMappingURL=IModelGeoView.d.ts.map