// < definition syntax 1.0.0 src/`module.d.ts`/

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

