export type BTUCoolingInput = { area_sqft: number; sun_exposure?: 'shaded' | 'average' | 'sunny'; occupants?: number; ceiling_height_ft?: number; }; //# sourceMappingURL=BTUCoolingInput.d.ts.map