export type DuctworkCFMInput = { tons_ac: number; /** * Typical 400 CFM/ton residential */ cfm_per_ton?: number; }; //# sourceMappingURL=DuctworkCFMInput.d.ts.map