declare function tz_lookup(lat: number, long: number): string;
export = tz_lookup;
