import { SMTPResult } from "../types";
declare function checkSMTP(to: string, host: string, port: number, timeout?: number): Promise<SMTPResult>;
export default checkSMTP;
//# sourceMappingURL=verify.d.ts.map