This currently allowed: ```ts import type { TestInterface } from 'ava'; ``` But this isn't ```ts import { type TestInterface } from 'ava'; ```