import { UserProfileMeta, BlockchainWallet } from "../base.entity"; export declare class UpdateUserProfileDto { displayName?: string; about?: string; meta?: UserProfileMeta[]; preferredLanguage?: string; wallets?: BlockchainWallet[]; }