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