// @ts-nocheck
import { APIFunction } from "../types";
export default function signIn(input: Parameters<APIFunction>[0]): Promise<boolean>;
