export function athb(tdb: any, tr: any, vr: any, rh: any, met: any, t_running_mean: any): { athb_pmv: number; }; export type AthbResult = { /** * - Predicted Mean Vote calculated with the Adaptive Thermal Heat Balance framework */ athb_pmv: number; }; //# sourceMappingURL=athb.d.ts.map