export type JoistCountResult = { joists_count: number; joist_length_ft: number; total_linear_feet: number; }; //# sourceMappingURL=JoistCountResult.d.ts.map