export declare enum GenomeRefill {
    loop = 0,
    extend = 1,
    none = 2,
}
