/** * 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 Wallet: core.serialization.ObjectSchema; export declare namespace Wallet { interface Raw { walletId: string; walletAddress: string; chainId: number; nonce: number; isActive: boolean; projectId: string; createdAt: string; updatedAt: string; walletType: serializers.wallet.WalletType.Raw; } }