import { HttpClient } from '@angular/common/http'; import { Injector } from '@angular/core'; import { BaseService, EnvironmentService, ResponseResult } from 'tnx-shared'; export declare class AddressService extends BaseService { private _environmentService; entityName: string; serviceCode: string; constructor(http: HttpClient, injector: Injector, _environmentService: EnvironmentService); GetAllWard(level: number, key?: string, offset?: number, limit?: number, sortField?: string, isAsc?: boolean): Promise; }