import { HttpConfigService } from './http-config.service'; import { ConfigService } from '../core/config.service'; export declare class HttpConfigImplService extends HttpConfigService { private config; private api; url: string; retCodeField: string; retMsgField: string; retDataField: string; successCode: string; constructor(config: ConfigService); getBody(transData: any): any; getUrl(transData?: any): string; }