export interface AssetInfo { assetId: string; } export interface AssetRuntimeApi { getAssetInfo: () => Promise; }