APIexport type FromJsonAstOutput<T> = { result: FromJsonAstResult <T>; cache: FromJsonAstCache ; };FromJsonAstOutput@typeT