export declare type SslScanResult = 'UNKNOWN' | 'UNSCANNED' | 'SCANNED_SSL' | 'SCANNED_NON_SSL';
