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