declare function hasPropertyDescriptors(): boolean;

declare namespace hasPropertyDescriptors {
    function hasArrayLengthDefineBug(): boolean;
}

export = hasPropertyDescriptors;
