/** * Checks if the current environment supports native Reflect.construct method. * @returns {boolean} True if the current environment supports native Reflect.construct method, false otherwise. */ export function isNativeReflectConstruct(): boolean; export const hasNativeReflect: boolean;