import { Observable } from 'rxjs'; import { ContractBillingApiService } from './_internal/contract-billing.api.service'; import { CustomerInterface, GetOptionsResponseInterface } from './_internal/interfaces'; import * as i0 from "@angular/core"; export declare class ContractBillingService { private readonly api; constructor(api: ContractBillingApiService); createCustomer(customer: CustomerInterface): Observable; getOptions(): Observable; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }