declare const pick: <T>(choices: T[]) => T;
export default pick;
//# sourceMappingURL=pick.d.ts.map