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