import type VCF from '@gmod/vcf'; export declare function getSOTermAndDescription(ref: string, alt: string[] | undefined, parser: VCF): string[]; export declare function getSOAndDescFromAltDefs(alt: string, parser: VCF): string[]; export declare function getMinimalDesc(ref: string, alt: string): string; export declare function makeSimpleAltString(genotype: string, ref: string, alt: string[]): string;