import { IRectangle } from './IRectangle';
import { Line } from '../line/Line';
export declare function GetRectangleEdges(rectangle: IRectangle): Line[];
//# sourceMappingURL=GetRectangleEdges.d.ts.map