According to typings for npm packages there can be a file specified in the "typings" property or an index.d.ts which implies that there can only be a single typescript module (javascript file + declaration file) per npm package.
Is there a way to export typings for more than one module per npm package?