export type VentCountInput = { total_supply_cfm: number; /** * Typical 4x10 supply register */ cfm_per_vent?: number; }; //# sourceMappingURL=VentCountInput.d.ts.map