export function wbgt(twb: any, tg: any, options: any): { wbgt: number; }; export type WbgtResult = { /** * - Wet Bulb Globe Temperature Index, [°C] */ wbgt: number; }; //# sourceMappingURL=wbgt.d.ts.map