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