import { Transform } from 'node:stream';
export declare class GeneralizedN3StreamParser extends Transform {
    constructor(options: any);
}
