import { CoordinateBounds } from '../../utils/calculateBoundsFromRadius'; export declare const fetchAllAssets: (searchKey: any, assetType: any, page: number | undefined, companyIds: number[] | null, coordinateBounds?: CoordinateBounds) => Promise; //# sourceMappingURL=fetchAllAssets.d.ts.map