/** * VirusTotal Services * Third-party virus/malware scanning services * Aggregates all VirusTotal API services */ export { uploadFileForScanning } from './files'; export { getAnalysisResult } from './analyses'; //# sourceMappingURL=index.d.ts.map