export type BlocksForWallResult = { /** * Total CMU blocks including waste */ blocks_needed: number; /** * Number of horizontal rows */ courses: number; /** * Blocks per row (raw, no waste) */ blocks_per_course: number; /** * 70-lb mortar bags needed */ mortar_bags_70lb: number; /** * Total wall area */ wall_area_sqft: number; }; //# sourceMappingURL=BlocksForWallResult.d.ts.map