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