export declare const concat2: <T>(anotherArray: readonly T[]) => (array: readonly T[]) => T[];
