import { OwlAccessBetaAccountsUsersValidateMagicTokenInput, OwlAccessBetaAccountsUsersValidateMagicTokenOutput } from '../types'; /** * Validate a magic token sent to the user. This operation happens when the user enters the magic token received by email in the interface (4 digits). It returns an access token that can be used to authenticate the user in the future. * @param req query parameters * @returns TODO */ export declare const validateMagicToken: (parameters: OwlAccessBetaAccountsUsersValidateMagicTokenInput) => Promise;