export declare const CIGAR_MATCH = 0;
export declare const CIGAR_INS = 1;
export declare const CIGAR_DEL = 2;
export declare const CIGAR_REF_SKIP = 3;
export declare const CIGAR_SOFT_CLIP = 4;
export declare const CIGAR_HARD_CLIP = 5;
export declare const CIGAR_PAD = 6;
export declare const CIGAR_EQUAL = 7;
export declare const CIGAR_DIFF = 8;
