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