export default function sampleN(iterable: Iterable, n: number, allowLess?: boolean): T[];