export declare function diffArrays(a: string[], b: string[]): string[];
export declare function unionArrays(a: string[], b: string[]): string[];
