/** * This annotation controls the enumerability of a property. * @param value */ export declare const enumerable: (value: boolean) => (target: any, prop: string, descriptor?: PropertyDescriptor) => void;