import { ICurrentUser } from './index';
declare function fetchAnonymous(): Promise<ICurrentUser>;
export default fetchAnonymous;
