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