export declare class TemporalExtent { trs?: string[]; interval?: string[]; static fromJson(jsonObj: any): TemporalExtent; }