export interface BalanceResponse{
        balance: string
}