export declare const getThreatCount: () => number; export declare const getRaspExecutionStateCount: () => number; export declare const itemsHaveType: (data: any[], expectedType: string) => boolean;