/** * Copy properties from origObject to newObject, which not exists in newObject, * calls onDeprecatedCalled callback in case a copied property is invoked. */ export function copyPropertiesAsDeprecated(origObject: any, newObject: any, onDeprecatedCalled: any, accessors?: {}): any; //# sourceMappingURL=deprecation.d.ts.map