Realistically, packages generally shouldn't rely on Umbraco models builder generated models, this is because different setups can put those models in other places or cause models to not exist at all. A safer bet would be to base your package on an interface which could then be implemented assist models using the partial class approach.