StrictEvalKind: Kind & (
    | "var"
    | "let"
    | "const"
    | "class"
    | "function-strict")