import type { AuthUser } from "../types.js"; export declare const getUserByEmail: (email: string) => Promise;