import Detector_ from './detector'; import EntityType_ from './entityType'; import EventType_ from './eventType'; import Label_ from './label'; import List_ from './list'; import Outcome_ from './outcome'; import Variable_ from './variable'; export declare namespace FraudDetector { const Detector: typeof Detector_; const EntityType: typeof EntityType_; const EventType: typeof EventType_; const Label: typeof Label_; const List: typeof List_; const Outcome: typeof Outcome_; const Variable: typeof Variable_; type Detector = Detector_; type EntityType = EntityType_; type EventType = EventType_; type Label = Label_; type List = List_; type Outcome = Outcome_; type Variable = Variable_; }