import { OutputFormat } from '../output/output';
export declare const checkSMTP: (sender: string, recipient: string, exchange: string) => Promise<OutputFormat>;
