declare function _exports({ user, message, component, noMail, req, }: { user?: { id?: number | string; first_name?: string; last_name?: string; email?: string; } & any; message: string; component?: string; noMail?: boolean; req?: import("next").NextApiRequest & IncomingMessage; }): Promise; export = _exports; import { IncomingMessage } from "http";