export declare const feature: {
    strand: number;
    source: string;
    type: string;
    start: number;
    end: number;
    phase: number;
    derived_features: never[];
    refName: string;
    id: string;
    parent: string;
    name: string;
    note: string;
    index: string;
    subfeatures: {
        strand: number;
        source: string;
        type: string;
        start: number;
        end: number;
        phase: number;
        derived_features: never[];
        refName: string;
        parent: string;
        uniqueId: string;
        parentId: string;
    }[];
    uniqueId: string;
    parentId: string;
};
export declare const sequence: {
    seq: string;
};
