import { VisitTemplate } from "../../types.service"; import * as i0 from "@angular/core"; export declare class TemplateService { API: any; constructor(apiInjected: any); create(template: VisitTemplate): Promise; update(template: any): Promise; detele(templateID: string): Promise; softDelete(templateID: string): Promise; get(templateID: string): Promise; getTemplatesBySpace(spaceID: string): Promise; getTemplatesByZone(zoneID: string): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }