import { HttpClient } from '@angular/common/http'; import { AsvCheckListHdrModel } from '../../../../../models/aggregates/asv/asv-checklist-hdr.model'; import { BaseApiTemplateService } from '../../api-services'; import * as i0 from "@angular/core"; export declare class AsvChecklistHdrService extends BaseApiTemplateService { readonly url: string; constructor(http: HttpClient); static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }