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