export declare function getNextRefPos(cigarOps: string[], positions: number[]): {
    ref: number;
    idx: number;
}[];
