Here's an example of the FCL parts related to this:
VAR_OUTPUT
some_var : REAL;
END_VAR
DEFUZZIFY some_var
TERM mf1 := (0,0) (5,1) (10,0);
TERM mf2 := (10,0) (15,1) (20,0);
TERM mf3 := (20,0) (25,1) (30,0);
METHOD : COG;
DEFAULT := 0;
RANGE := (0..30)
END_DEFUZZIFY
It seems it should be treated like the Antecedents are (considering the MFs and universe).
But one should pay attention on how should translate the METHOD, DEFAULT and RANGE to scikit-fuzzy.