import AnnotationStore_ from './annotationStore'; import ReferenceStore_ from './referenceStore'; import RunGroup_ from './runGroup'; import SequenceStore_ from './sequenceStore'; import VariantStore_ from './variantStore'; import Workflow_ from './workflow'; export declare namespace Omics { const AnnotationStore: typeof AnnotationStore_; const ReferenceStore: typeof ReferenceStore_; const RunGroup: typeof RunGroup_; const SequenceStore: typeof SequenceStore_; const VariantStore: typeof VariantStore_; const Workflow: typeof Workflow_; type AnnotationStore = AnnotationStore_; type ReferenceStore = ReferenceStore_; type RunGroup = RunGroup_; type SequenceStore = SequenceStore_; type VariantStore = VariantStore_; type Workflow = Workflow_; }