import { BoundingBox } from '@bpd-library/types'; declare const COUNTRY_BBOX: { [key: string]: BoundingBox; }; declare const getCountryBoundingBox: (countryIsoCodes: ('de' | 'nl' | 'be' | 'lu')[]) => BoundingBox; export { COUNTRY_BBOX, getCountryBoundingBox };