import type { PreBaseCoverageBin } from '../shared/types';
import type { Feature } from '@jbrowse/core/util';
import type { AugmentedRegion } from '@jbrowse/core/util/types';
export declare function processDepth({ feature, bins, region, }: {
    feature: Feature;
    bins: PreBaseCoverageBin[];
    region: AugmentedRegion;
}): void;
