/** Change enumerability of an object property. */
export declare function changeEnumerable(obj: Object, prop: string, enumerable: boolean): void;
