export default function usersPasswd({ email, password }: {
    email?: string;
    password?: string;
}): Promise<void>;
