export type ExcavationInput = { length_ft: number; width_ft: number; depth_ft: number; /** * Soil expansion when excavated */ swell_factor?: number; }; //# sourceMappingURL=ExcavationInput.d.ts.map