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