Axis values for #ifdef VARIABLE

Do the values when using “#ifdef VARIABLE” correspond to the internal or external ranges?

I have a variable font with an internal range for weight that’s 1-1470; if I want to add, say, contextual kerning for >1000 in my INTERNAL range would I specify as 1000 or the normalized value for output?

It should be internal coordinates.

Ok thanks!