import App_ from './app'; import Branch_ from './branch'; import Domain_ from './domain'; export declare namespace Amplify { const App: typeof App_; const Branch: typeof Branch_; const Domain: typeof Domain_; type App = App_; type Branch = Branch_; type Domain = Domain_; }