An exported variable's inferred type references a type that is not exported. Explicitly annotate the variable with an exported type, or export the referenced type.
TS4023
typescript An exported variable's inferred type references a type that is not exported. Explicitly annotate the variable with an exported type, or export the referenced type.