// This module is shipped as-is, to verify if native TypeScript import is supported.
const a: string | number = 'dummy'
export default a as string
