import type { Feature } from '@jbrowse/core/util'; export declare function stringifyVCF({ features }: { features: Feature[]; }): string;