Variable mp_visibilityConst

mp_visibility: TUnion<
    [TLiteral<"public">, TLiteral<"private">, TLiteral<"unlisted">],
> = ...