import { ApiRequest, ApiResponse } from "@gongt/ts-stl-library/request/protocol"; import { UserCenterApiList } from "../bridge/user-center-api.generate"; import { IUserProfileBase } from "../bridge/define"; export interface UserCenterStandardMethodCall { (this: void, req: Request): Promise; } export declare class UserCenterApiClient extends UserCenterApiList { protected readonly _api_call_list: string[]; }