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