import { parseStream, parseStringSync, formatSync, formatStream, formatFile, GFF3Comment, GFF3Directive, GFF3Feature, GFF3FeatureLine, GFF3FeatureLineWithRefs, GFF3Sequence, GFF3Item } from './api';
import * as util from './util';
declare const _default: {
    parseStream: typeof parseStream;
    parseStringSync: typeof parseStringSync;
    formatSync: typeof formatSync;
    formatStream: typeof formatStream;
    formatFile: typeof formatFile;
    util: typeof util;
};
export default _default;
export type { GFF3Comment, GFF3Directive, GFF3Feature, GFF3FeatureLine, GFF3FeatureLineWithRefs, GFF3Sequence, GFF3Item, };
