import { type ScanOptions, type ScannerProperties } from './types'; export declare function fetchScannerEngine(properties: ScannerProperties): Promise; export declare function runScannerEngine(javaBinPath: string, scannerEnginePath: string, scanOptions: ScanOptions, properties: ScannerProperties): Promise;