import type { Foo } from './types/foo.ts'; export const foo: Foo = { key: 'foo', value: 'bar', };