import type { WeldingInput, WeldingResult } from './types.js'; /** * Recommend welding electrodes based on base metal and joint parameters. * * @reference Electrode designations and position capability per the AWS specifications cited on * `ELECTRODES` above. Rod-diameter-by-thickness and current-per-diameter (25-45 A/mm) are * general SMAW shop-practice rules of thumb, not values stated by a specific AWS specification * — published rules of thumb for both vary noticeably by source, welder skill, and joint * design, so treat these as a starting point rather than a cited standard. */ export declare function welding(input: WeldingInput): WeldingResult; //# sourceMappingURL=welding.d.ts.map