export type BlownInsulationInput = { attic_area_sqft: number; target_r_value: number; insulation_type?: 'cellulose' | 'fiberglass'; }; //# sourceMappingURL=BlownInsulationInput.d.ts.map