// @ts-nocheck
import { APIInterface, APIOptions } from "../types";
import { UserContext } from "../../../types";
export default function signIn(_: APIInterface, options: APIOptions, userContext: UserContext): Promise<boolean>;
