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