import { Maybe } from "./Maybe";
/**
 * @throws if the given latitude and longitude are invalid.
 */
export declare function geoTz(lat: number, lon: number): Maybe<string>;
