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'; export declare class CountryCityPostalCodeService extends BaseApiPublicLoginTemplateService { readonly url: string; constructor(http: HttpClient); }