import { Position, Rect } from '../typings/internal'; export declare function toRect([x1, y1]: Position, [x2, y2]: Position): Rect;