export type FoundationWallsInput = { length_ft: number; height_ft: number; /** * Wall thickness in inches (typical 8/10/12) */ thickness_in: number; waste_factor?: number; }; //# sourceMappingURL=FoundationWallsInput.d.ts.map