import { PasswordLessAuthOptions } from 'alinea/auth/passwordless/PasswordLessAuth';
import { Auth } from 'alinea/core';
export type PasswordLess = PasswordLessAuthOptions;
export declare const passwordLess: Auth<PasswordLessAuthOptions>;
