import type { CertificateResult } from "./types.js"; export declare const OBSERVATIONAL_TLS_OPTIONS: { rejectUnauthorized: boolean; }; export declare const scanTls: (targetUrl: URL) => Promise;