import { BBox } from './componentTypes'; export declare const union: (bbox1: BBox, bbox2: BBox) => BBox; export declare const inflate: (bbox: BBox, padding: number) => BBox; //# sourceMappingURL=bboxUtil.d.ts.map