{{#if imports}}
{{#each imports}}
import type { {{{this}}} } from './{{{this}}}';
{{/each}}
{{/if}}