import { BoundingBox, IPoint } from '../classes/index';
export declare function minBbox(pts: IPoint[]): BoundingBox;