import './bigint-polyfill/polyfill';
export { BigWig } from './bigwig';
export { BigBed } from './bigbed';
export type { BigWigHeader, Feature, RequestOptions } from './types';
