import { AuthMethod } from '../../../helper/authMethod' /** * Get the username and password from the user and, * Handle the authentication procedure * @param user - Username * @param pass - Password * @returns AuthMethod */ export declare const userPass: (user: string, pass: string) => AuthMethod