import type { ChainData } from '../shared/fetchChains';
export declare function hasPairedReads(features: ChainData): boolean;
