declare type AssetDictData = { quantum?: string; tokenAddress?: string; tokenId?: string; blob?: string; }; export declare type AssetDict = { type: string; data: AssetDictData; }; export {};