declare interface IAbstract extends IPartExplorer { // Subparts. readonly app: IApp readonly bodyMode: IBodyMode readonly boolean: IBoolean readonly clip: IClip readonly comingSoon: IComingSoonApp readonly error: IErrorApp readonly facet: IFacet readonly gltfGame: IGLTFGame readonly issue: ITrackedIssue readonly match: IMatch readonly walkable: IWalkable readonly mix: IMix readonly part: IPart readonly bitmask: IBitmask readonly outliner: IOutliner readonly permutation: IPermutation readonly scroller: IScroller readonly sections: IAppSections } declare const Abstract: IAbstract type Abstract = T