export type CompactionLiftsInput = { total_fill_depth_in: number; /** * Compacted lift thickness (6in typical) */ lift_depth_compacted_in?: number; soil_type?: 'granular' | 'cohesive' | 'rocky'; }; //# sourceMappingURL=CompactionLiftsInput.d.ts.map