import type { BuildLayoutDebugModelOptions, LayoutDebugModel } from "./types";
export declare const buildLayoutDebugModel: ({ boxes, labels, legend, tooltip }: BuildLayoutDebugModelOptions) => LayoutDebugModel;
//# sourceMappingURL=debugLayout.d.ts.map