export declare const push: <T>(elements: T[]) => (array: T[]) => number;
