import { RcsbFvTrackData } from "@rcsb/rcsb-saguaro/lib/RcsbDataManager/RcsbDataManager"; import { LocationViewInterface } from "@rcsb/rcsb-saguaro/lib/RcsbBoard/RcsbBoard"; export declare class NcbiGenomeSequenceData { private static readonly urlPrefix; private static readonly urlSuffix; static update(ncbiId: string, strand: number, reverse: boolean, trackWidth?: number): ((where: LocationViewInterface) => Promise); }