export type RiseRunInput = { /** * Floor-to-floor vertical distance */ total_rise_in: number; /** * Tread depth (≥10in per IRC) */ preferred_tread_in?: number; /** * Edition for the returned code_reference. IRC 2024 renumbered stairways from R311.7.x to R318.7.x; numeric rules unchanged. */ irc_edition?: '2021' | '2024'; }; //# sourceMappingURL=RiseRunInput.d.ts.map