import type { User } from "lucia-auth";
export declare const getUser: () => Promise<Readonly<User> | null>;
export declare const signOut: () => Promise<void>;
