export type IECCWindowCheckResult = { u_factor_pass: boolean; shgc_pass: boolean; max_u_factor_allowed: number; max_shgc_allowed: number; code_reference?: string; notes: string; }; //# sourceMappingURL=IECCWindowCheckResult.d.ts.map