import { UserType } from "../../../types"; /** * # Facebook Login */ export default function facebookLogin({ usertype, body, }: { body: any; usertype: UserType; }): Promise;