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