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