export declare const pushOne: <T>(element: T) => (array: T[]) => number;
