import { BBox } from '../../index'; export declare function constructFixtureFindTilesCatalog({ sensingTime, hasMore, fromTime, toTime, bbox, }: { sensingTime?: string; hasMore?: boolean; fromTime?: Date; toTime?: Date; bbox?: BBox; }): Record;