export declare function uuid(): string;
export declare const isBrowser: () => boolean;
export declare function getHashParams(): any;
export declare function parseJwt(token: string): any;
export declare function urlBase64Decode(str: string): any;
export declare function getHash(): any;
//# sourceMappingURL=util.d.ts.map