I would like to use estimates from a regression (that used 'multiple imputation') in the 'forecast' function.

After imputing data gaps using 'mi impute regress', I use 'mi estimate' and store the estimates under 'stunting':

mi estimate, post: regress Stunting Indicators
estimates store stunting

Then I run the following lines:

forecast create stunting, replace
forecast estimates stunting

But get the following error:
"unsupported command
forecast does not support the mi command prefix"

Is there any way to store the estimates so they can be used in forecast?

I am using Stata 13 SE and would like to produce the following exercise: https://www.stata.com/stata-news/news29-3/forecast/