export function sendEmailVerificationCode(input: { email: string; scene: string }): never { void input throw new Error("Not implemented") }