import { TLSAnalysis } from '../types';
export declare function analyzeTLS(req: any): Promise<TLSAnalysis>;
