import { AppDepsScanResultWithoutTarget } from "./types"; /** Collect filesystem paths from an app scan result used to resolve APK ownership. */ export declare function extractEvidencePaths(scanResult: AppDepsScanResultWithoutTarget): string[];