export declare const propertyIsEnumerable: (key: PropertyKey) => (object: object) => boolean;
