import { OwlAccessBetaAccountsUsersSendMagicTokenInput, OwlAccessBetaAccountsUsersSendMagicTokenOutput } from '../types'; /** * Send a magic Token to the user. This operation is triggered when the user fill him email address in the login form. The magic token (4 digits) is sent to the user by email. The user can then enter the 4 digits in the interface to be automatically logged in. * @param req query parameters * @returns TODO */ export declare const sendMagicToken: (parameters: OwlAccessBetaAccountsUsersSendMagicTokenInput) => Promise;