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