export declare class SpatialExtent { crs?: string[]; bbox: number[]; static fromJson(jsonObj: any): SpatialExtent; }