declare const _default: {
    source: string;
    type: string;
    start: number;
    end: number;
    strand: number;
    phase: number;
    refName: string;
    id: string;
    dbxref: string[];
    name: string;
    description: string;
    gbkey: string;
    gene: string;
    gene_biotype: string;
    subfeatures: ({
        source: string;
        type: string;
        start: number;
        end: number;
        strand: number;
        phase: number;
        refName: string;
        id: string;
        parent: string;
        dbxref: string[];
        name: string;
        gbkey: string;
        gene: string;
        product: string;
        tag: string;
        transcript_id: string;
        subfeatures: ({
            source: string;
            type: string;
            start: number;
            end: number;
            strand: number;
            phase: number;
            refName: string;
            parent: string;
            dbxref: string[];
            gbkey: string;
            gene: string;
            product: string;
            tag: string;
            transcript_id: string;
            uniqueId: string;
            parentId: string;
            id?: undefined;
            name?: undefined;
            note?: undefined;
            protein_id?: undefined;
        } | {
            source: string;
            type: string;
            start: number;
            end: number;
            strand: number;
            phase: number;
            refName: string;
            id: string;
            parent: string;
            dbxref: string[];
            name: string;
            note: string;
            gbkey: string;
            gene: string;
            product: string;
            protein_id: string;
            tag: string;
            uniqueId: string;
            parentId: string;
            transcript_id?: undefined;
        })[];
        uniqueId: string;
        parentId: string;
    } | {
        source: string;
        type: string;
        start: number;
        end: number;
        strand: number;
        phase: number;
        refName: string;
        id: string;
        parent: string;
        dbxref: string[];
        name: string;
        gbkey: string;
        gene: string;
        product: string;
        transcript_id: string;
        subfeatures: ({
            source: string;
            type: string;
            start: number;
            end: number;
            strand: number;
            phase: number;
            refName: string;
            parent: string;
            dbxref: string[];
            gbkey: string;
            gene: string;
            product: string;
            transcript_id: string;
            uniqueId: string;
            parentId: string;
            id?: undefined;
            name?: undefined;
            note?: undefined;
            protein_id?: undefined;
        } | {
            source: string;
            type: string;
            start: number;
            end: number;
            strand: number;
            phase: number;
            refName: string;
            id: string;
            parent: string;
            dbxref: string[];
            name: string;
            note: string;
            gbkey: string;
            gene: string;
            product: string;
            protein_id: string;
            uniqueId: string;
            parentId: string;
            transcript_id?: undefined;
        })[];
        uniqueId: string;
        parentId: string;
        tag?: undefined;
    })[];
    uniqueId: string;
};
export default _default;
