declare const getToken: () => string | null; declare const setToken: (token: string) => boolean; export { getToken, setToken };