export type RValueTargetInput = { climate_zone: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8; location: 'attic' | 'wall' | 'floor'; }; //# sourceMappingURL=RValueTargetInput.d.ts.map