declare function asyncSpliterate(...args: Array<any>): any;
declare const split: symbol;
export { split };
export { asyncSpliterate };