import DocumentClassifier_ from './documentClassifier'; import Flywheel_ from './flywheel'; export declare namespace Comprehend { const DocumentClassifier: typeof DocumentClassifier_; const Flywheel: typeof Flywheel_; type DocumentClassifier = DocumentClassifier_; type Flywheel = Flywheel_; }