// Copied from lib.es5.d.ts, PropertyDecorator declare function nochange(target: Object, propertyKey: string | symbol): void declare function nochange(): PropertyDecorator export default nochange