export type FootingsInput = { /** * Linear length of footing in feet */ length_ft: number; /** * Footing width in inches */ width_in: number; /** * Footing depth in inches */ depth_in: number; waste_factor?: number; }; //# sourceMappingURL=FootingsInput.d.ts.map