.d.ts file for latest threejs version

Where can I find a declaration file (*.d.ts file) to use in a typescript environment?

Typings are in the DefinitelyTyped repository: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/three

They are not maintained by the three.js team, and may not match the latest version yet.