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