import type { CompositeSketchDetail } from '../api/ui/Sketcher'; import type { Substitutions } from './AlloyParts'; import * as PartType from './PartType'; declare const subs: (owner: string, detail: D, parts: PartType.PartTypeAdt[]) => Substitutions; export { subs }; //# sourceMappingURL=PartSubstitutes.d.ts.map