export declare const sort: <T>(arr: T[]) => T[];
