AssetBucket<D>: assets: Map<string, Asset>lastUID: numberadd(name: string | null, loader: Promise): Asset<D>addLoaded(name: string | null, data: D): Asset<D>get(handle: string): Asset | undefinedprogress(): number