export default function firstN(iterable: Iterable, n: N, allowShorter?: boolean): T[];