How should I structure variables using the concept of Foundations and Tokens in my shared library/design system, so that the token variables are visible to use? For example, I have a foundation variable colour that I only want to reference from a token variable, not expose to use. E.g.
Foundations
Colours > Greys > Colour 1 = #999999
Tokens
Reference to the above colour
I only want to expose Tokens to choose from, not Foundations. Is this even possible right now?
Thanks in advance