export default function loginAction({ email, pass, }: { email: string; pass: string; }): Promise;