```ts const x = `asd`; let x = `asd` as const;` export default `asd`; ``` not allowed: ```ts const x = `asd ${asd}`; ```