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