export type RetainingWallInput = { height_ft: number; length_ft: number; soil_type?: 'sandy' | 'clay' | 'loam' | 'rocky'; }; //# sourceMappingURL=RetainingWallInput.d.ts.map