export type HeadroomCheckInput = { ceiling_height_above_stair_ft: number; /** * Edition for the returned code_reference. IRC 2024 renumbered headroom from R311.7.2 to R318.7.2; the 6'8" minimum is unchanged across editions. */ irc_edition?: '2021' | '2024'; }; //# sourceMappingURL=HeadroomCheckInput.d.ts.map