import { generateHeader, type StepEntity } from '@ifc-lite/data'; export { isEntityRef, isEnumValue, ref, enumVal, serializeValue, generateHeader, parseStepValue, } from '@ifc-lite/data'; export type { StepValue, EntityRef, EnumValue, StepEntity } from '@ifc-lite/data'; /** * Serialize an entity to a STEP line (bound to this bundle's schema). */ export declare function toStepLine(entity: StepEntity): string; /** * Generate complete STEP file content (bound to this bundle's schema). */ export declare function generateStepFile(entities: StepEntity[], options: Parameters[0]): string; //# sourceMappingURL=serializers.d.ts.map