export type RiseRunResult = { riser_count: number; tread_count: number; each_rise_in: number; each_tread_in: number; total_run_in: number; total_run_ft: number; code_compliant: boolean; code_reference: string; notes: string; }; //# sourceMappingURL=RiseRunResult.d.ts.map