import type { LightBurnProjectFile } from "./lbrn2Types";
export declare function lbrn2ToSvg(project: LightBurnProjectFile): string;
