import { IGeoCoordinates, IGeoCoordinatesAndIPAddress, IIPAddressAndLocation } from "../interfaces";
export declare const getTimezone: () => {
    userTimeZone: string;
};
export declare const IPAddressAndLocation: (baseUrl: string) => Promise<IIPAddressAndLocation | Error>;
export declare const getGeoCoordinates: (baseUrl: string) => Promise<IGeoCoordinates>;
export declare const getGeoCoordinatesAndIPAddress: (baseUrl: string) => Promise<IGeoCoordinatesAndIPAddress>;
export declare const sessionIdHandler: () => any;
