1/** 2 * the ut for method in sourcefile, method is promise 3 */ 4export declare function test(param1: string): Promise<Want>;