Given the following code and test, implement the ChangeSet class and attribute es6 decorator so that the tests pass. The code should be valid typescript code.
class ChangeSet {
}
class User extends ChangeSet {
@attribute name: string;
@attribute age: number;