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