1/** 2 * the ut for method in namespace, which has params and return value value 3 */ 4export namespace test { 5 function testFunction(param1: string): number; 6}