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