3 Files.
test.d.ts:
test.d.ts
export default class Test { getValue(): number; setValue(newValue): void; }
test.ts