import { MailMessage, RequestResponse } from "./interfaces"; export default class client { static performRequest(hostname: string, key: string, data: MailMessage): Promise; }