import { ContractBillingService as ApiService } from '../contract-billing.service'; import { Observable } from 'rxjs'; import { GetOptionsResponseInterface } from '../_internal/interfaces'; import * as i0 from "@angular/core"; export interface Option { id: string; value: string; } export declare class ContractBillingUIService { private readonly api; options$: Observable; bankNames$: Observable; bankAccountTypes$: Observable; paySources$: Observable; payMethods$: Observable; bookCodes$: Observable; editions$: Observable; contractTypes$: Observable; constructor(api: ApiService); static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }