export declare type SslManualOverride = 'UNKNOWN' | 'NO_OVERRIDE' | 'SSL_COMPATIBLE' | 'NOT_SSL_COMPATIBLE';
