import { Box } from '../classes/Box';
export declare function iou(box1: Box, box2: Box, isIOU?: boolean): number;