export declare function NonEnumerable(target: object, key: string | symbol): void; export declare const nonenumerable: typeof NonEnumerable;