declare const pairWise: (iterable: Iterable, allowShorter?: boolean | undefined) => Iterable<(void | T)[]>; export { pairWise as default };