Global: {
    prototype: Global<keyof ValueTypeMap>;
    new <T>(descriptor, v?): Global<T>;
}

Type declaration