Import types from seperate file without typescript generation export

So I am working on a project and want to import my types from a seperate file, but if I do that, typescript will generate this at the bottom of my js file. export {};
Is there any way to circumvent that without defining the types in the same file?
Was this page helpful?