export interface IndexResult { sigma_indexed: number; sigma_failed: number; splunk_indexed: number; splunk_failed: number; elastic_indexed: number; elastic_failed: number; kql_indexed: number; kql_failed: number; sublime_indexed: number; sublime_failed: number; cql_hub_indexed: number; cql_hub_failed: number; jamf_protect_indexed: number; jamf_protect_failed: number; stories_indexed: number; stories_failed: number; total: number; } export declare function indexDetections(sigmaPaths: string[], splunkPaths: string[], storyPaths?: string[], elasticPaths?: string[], kqlPaths?: string[], sublimePaths?: string[], cqlHubPaths?: string[], jamfProtectPaths?: string[]): IndexResult; export declare function needsIndexing(): boolean;