import { URL } from 'node:url'; import { type ScannerProperties } from './types'; export declare function getProxyUrl(properties: ScannerProperties): URL | undefined; export declare function proxyUrlToJavaOptions(properties: ScannerProperties): string[];