/** * Check that the email address is not already used * @param email Email of the user */ export declare const checkThatEmailIsNotAlreadyUsed: (email: string) => Promise;