import type { InternalOptions, User } from "../../types";
import type { SessionStore } from "./cookie";
/**
 * Returns the currently logged in user, if any.
 */
export declare function getLoggedInUser(options: InternalOptions, sessionStore: SessionStore): Promise<User | null>;
//# sourceMappingURL=session.d.ts.map