Variable complexArrayTransformConst

complexArrayTransform: Transform<
    unknown[],
    TypedPropertyDescriptor<unknown>[] & { [x: string]: PropertyDescriptor },
> = ...