import { type tipoResposta } from "p-respostas"; export declare const enviarEmail: ({ email, nome, assunto, texto, htlm, }: { email: string; nome?: string | undefined; assunto: string; /** Verão em texto do html, não obrigatório */ texto?: string | undefined; htlm: string; }) => Promise>;