import type { Detection } from '../types.js'; export declare function parseElasticFile(filePath: string): Detection | null;