import { GeolibBounds, GeolibInputCoordinates } from './types';
declare const getBounds: (points: GeolibInputCoordinates[]) => GeolibBounds;
export default getBounds;
