import type { SignInValues } from "./signin.types.js"; export declare const signIn: (values: SignInValues) => Promise;