export declare namespace SecurityAnalyzer {
    const merge: (...entire: Record<string, string[]>[]) => Record<string, string[]>[];
}
