export declare const reverse: <T>(array: T[]) => T[];
