import { StructureNodeDef } from "../parser/definition/types/StructureNodeDef"; export declare function compileStructureNodeDef(factoryId: string, structureNodeDef: StructureNodeDef): string;