export declare type OnChainWalletOverviewData = {
    /**
     * The current balance of the wallet
     */
    balance?: string;
};
