declare namespace a { function hello(): string interface Interface { hello: string } var i: Interface }