import { JSStringValue, ObjectValue } from '../value.mts'; import { type ValueCompletion } from '../completion.mts'; import { Realm, type GeneratorObject } from '#self'; /** https://tc39.es/ecma262/#sec-createregexpstringiterator */ export declare function CreateRegExpStringIterator(R: ObjectValue, S: JSStringValue, global: boolean, fullUnicode: boolean): ValueCompletion; export declare function bootstrapRegExpStringIteratorPrototype(realmRec: Realm): void; //# sourceMappingURL=RegExpStringIteratorPrototype.d.mts.map