export declare function randomFrom<T>(array: T[]): Generator<T, void, undefined>;
//# sourceMappingURL=randomFrom.d.ts.map