import { ValuedPoint } from 'utils/types'; import { BigWigData } from 'bigwig-reader'; export declare function parseMultiplexedResponse(data: string): Array; export declare function condensedData(data: BigWigData[], preRenderedWidth: number, start: number, end: number): ValuedPoint[];