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