export default function (name?: string, email?: string): Promise<void>;
