import InstanceNode from './../instance-node'; interface AccountNode extends InstanceNode { } export default AccountNode;