import { ParserOptions, StreamParser } from'n3';
exportdefaultclassN3GroupedStreamParserextendsStreamParser {
private _groups;
/**
*
* @param options Mind you need to have comments enabled when passing parseroptions
*/constructor(options: ParserOptions);
}