declare function toTimeStamp(value: any): any;
declare function isInBBox(bbox: any, point: any): boolean;
export { toTimeStamp, isInBBox };
