export type ExcavationResult = { cubic_yards_in_place: number; /** * Volume after swell - for hauling estimate */ cubic_yards_loose: number; truck_loads_10cuyd: number; }; //# sourceMappingURL=ExcavationResult.d.ts.map