export type MasonryRebarInput = { wall_length_ft: number; wall_height_ft: number; /** * Vertical rebar at 4ft o.c. typical */ vertical_spacing_ft?: number; /** * Every Nth course gets bond beam rebar */ horizontal_courses_with_rebar?: number; waste_factor?: number; }; //# sourceMappingURL=MasonryRebarInput.d.ts.map