export function at(tdb: any, rh: any, v: any, q: any, kwargs?: { round: boolean; }): { at: number; }; export type AtResult = { /** * - Apparent Temperature, [°C] */ at: number; }; //# sourceMappingURL=at.d.ts.map