import type { Rectangle } from '@tracespace/parser';
import * as Tree from '../tree';
export declare function plotRectPath(segments: Tree.PathSegment[], shape: Rectangle): Tree.ImageShape;
