export declare namespace a {
  function hello(): string
  interface Interface {
    hello: string
  }
  var i: Interface
  export const value = 1
}
