import * as Tree from '../tree';
import type { Location } from '../location-store';
import type { SimpleTool } from '../tool-store';
export declare function plotShape(tool: SimpleTool, location: Location): Tree.Shape;
