import * as AlloyParts from '../../parts/AlloyParts'; import * as PartType from '../../parts/PartType'; declare const parts: typeof AlloyParts; declare const partType: typeof PartType; export { parts, partType }; //# sourceMappingURL=Parts.d.ts.map