QueryAssetListResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryAssetListResponse;
    encode(message: QueryAssetListResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: QueryAssetListResponseAmino): QueryAssetListResponse;
    fromAminoMsg(object: QueryAssetListResponseAminoMsg): QueryAssetListResponse;
    fromPartial(object: {
        assetList?: {
            ibcInfo?: {
                dstChannel?: string;
                sourceChainID?: string;
                sourceChannel?: string;
                sourceDenom?: string;
            };
            metadata?: {
                base?: string;
                denomUnits?: {
                    aliases?: (...) | (...);
                    denom?: (...) | (...);
                    exponent?: (...) | (...);
                }[];
                description?: string;
                display?: string;
                name?: string;
                symbol?: string;
            };
            typeAsset?: string;
        }[];
    }): QueryAssetListResponse;
    fromProtoMsg(message: QueryAssetListResponseProtoMsg): QueryAssetListResponse;
    toAmino(message: QueryAssetListResponse): QueryAssetListResponseAmino;
    toProto(message: QueryAssetListResponse): Uint8Array;
    toProtoMsg(message: QueryAssetListResponse): QueryAssetListResponseProtoMsg;
}