export declare const isAnonymousSession: (token: any) => any; export declare const isUserSession: (token: any) => any; export declare const getAccessToken: (token: any) => any; export declare const getCountry: (context: any, isProduct?: boolean, defaultLocale?: string, curLocale?: string) => any;