export declare const union: (target: T[], source: T[], difference?: boolean) => T[]; export declare const getReverse: (array: T[]) => T[];