In `.d.ts` it is valid to have a `const` without an initializer: ```ts export const version: readonly; ``` but documentation.js chokes on it