1/** 2 * the ut for method in namespace, method is promise 3 */ 4export namespace test { 5 function testFunction(param1: string): Promise<Want>; 6}