  declare module 'a:b' {
    function hello(): string
//           ^^^^^ definition syntax 1.0.0 src/`module.d.ts`/`'a:b'`/hello().
//           documentation ```ts\nfunction hello(): string\n```
  }
  
