export type StudCountInput = { total_wall_length_ft: number; stud_spacing_in?: number; /** * Doors+windows (each adds 2 trimmer + 1 header) */ openings_count?: number; waste_factor?: number; }; //# sourceMappingURL=StudCountInput.d.ts.map