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