import { Iterator } from './Iterator'; export declare class StringIterator extends Iterator { constructor(source: string); peekMatch(matcher: string): boolean; } //# sourceMappingURL=StringIterator.d.ts.map