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