import { HttpClient } from '@angular/common/http'; import { CountryCityPostalCodeContainerModel } from '../../../../../models/aggregates/country/bl_fi_country_city_postal_code_container.model'; import { BaseApiPublicLoginTemplateService } from '../shared/base-api-public-login-template.service'; import * as i0 from "@angular/core"; export declare class CountryCityPostalCodeService extends BaseApiPublicLoginTemplateService { readonly url: string; constructor(http: HttpClient); static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }