import { SequenceAnnotations } from "@rcsb/rcsb-api-tools/lib/RcsbGraphQL/Types/Borrego/GqlTypes"; import { RcsbFvAbstractModule } from "./RcsbFvAbstractModule"; export declare class RcsbFvInterface extends RcsbFvAbstractModule { private instanceId; protected protectedBuild(): Promise; protected concatAlignmentAndAnnotationTracks(): void; private typeSuffix; private titleSuffix; private trackTitle; } export declare function interfaceAnnotations(annotations: Array): Promise>; export declare function filter(ann: Array): Promise>;