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