export type RetainingWallResult = { recommended_material: string; requires_engineering: boolean; base_width_ft: number; footing_volume_cuyd: number; code_reference?: string; notes: string; }; //# sourceMappingURL=RetainingWallResult.d.ts.map