import AppBlock_ from './appBlock'; import AppBlockBuilder_ from './appBlockBuilder'; import Application_ from './application'; import ApplicationEntitlementAssociation_ from './applicationEntitlementAssociation'; import ApplicationFleetAssociation_ from './applicationFleetAssociation'; import DirectoryConfig_ from './directoryConfig'; import Entitlement_ from './entitlement'; import Fleet_ from './fleet'; import ImageBuilder_ from './imageBuilder'; import Stack_ from './stack'; import StackFleetAssociation_ from './stackFleetAssociation'; import StackUserAssociation_ from './stackUserAssociation'; import User_ from './user'; export declare namespace AppStream { const AppBlock: typeof AppBlock_; const AppBlockBuilder: typeof AppBlockBuilder_; const Application: typeof Application_; const ApplicationEntitlementAssociation: typeof ApplicationEntitlementAssociation_; const ApplicationFleetAssociation: typeof ApplicationFleetAssociation_; const DirectoryConfig: typeof DirectoryConfig_; const Entitlement: typeof Entitlement_; const Fleet: typeof Fleet_; const ImageBuilder: typeof ImageBuilder_; const Stack: typeof Stack_; const StackFleetAssociation: typeof StackFleetAssociation_; const StackUserAssociation: typeof StackUserAssociation_; const User: typeof User_; type AppBlock = AppBlock_; type AppBlockBuilder = AppBlockBuilder_; type Application = Application_; type ApplicationEntitlementAssociation = ApplicationEntitlementAssociation_; type ApplicationFleetAssociation = ApplicationFleetAssociation_; type DirectoryConfig = DirectoryConfig_; type Entitlement = Entitlement_; type Fleet = Fleet_; type ImageBuilder = ImageBuilder_; type Stack = Stack_; type StackFleetAssociation = StackFleetAssociation_; type StackUserAssociation = StackUserAssociation_; type User = User_; }