import type { Balance } from '@reef-defi/types/interfaces/runtime'; /** @name PalletBalanceOf */ export interface PalletBalanceOf extends Balance { } export declare type PHANTOM_ACCOUNTS = 'accounts';