import { CreateCustomerRequest, CreateCustomerResponse, GetOptionsRequest, GetOptionsResponse } from './objects/'; import { CreateCustomerRequestInterface, GetOptionsRequestInterface } from './interfaces/'; import { HttpClient } from '@angular/common/http'; import { HostService } from '../_generated/host.service'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class ContractBillingApiService { private http; private hostService; constructor(http: HttpClient, hostService: HostService); private apiOptions; getOptions(r: GetOptionsRequest | GetOptionsRequestInterface): Observable; createCustomer(r: CreateCustomerRequest | CreateCustomerRequestInterface): Observable; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }