/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../.."; import * as Syndicate from "../../../../api"; import * as core from "../../../../core"; export declare const WalletWithTxCountAndBalance: core.serialization.ObjectSchema; export declare namespace WalletWithTxCountAndBalance { interface Raw extends serializers.wallet.Wallet.Raw { txCount?: number | null; balance?: string | null; } }