//#region src/compat/_internal/StringIterator.d.ts type StringIterator = (char: string, index: number, string: string) => R; //#endregion export { StringIterator };