import { SpeakeasyBase } from "../../../internal/utils"; export declare class AssetTransaction extends SpeakeasyBase { contract?: string; id?: number; logo?: string; name?: string; symbol?: string; }