get processed binds
@override @visibleForTesting List<BindContract> getProcessBinds() => _binds.where((element) => !element.export).toList();