/** * Wraps property in getters and setters for a TrackedSubject or TrackedArray; */ export declare function tracked(prototype: any, propertyName: string): any; //# sourceMappingURL=tracked-decorator.d.ts.map