export type BTUCoolingResult = { btu_per_hour: number; tons_ac: number; notes: string; }; //# sourceMappingURL=BTUCoolingResult.d.ts.map