import { authOptions } from "@/lib/auth/options"; export { authOptions }; export declare function getCurrentUser(): Promise<{ id: string; email: string; subscription: string; } | null>; /** * Get userId from session as a string * Returns null if no session or userId * Note: User.id is String in schema, so this returns string */ export declare function getUserId(): Promise; //# sourceMappingURL=auth.d.ts.map