import { Capture } from "../../types.service"; import * as i0 from "@angular/core"; export declare class CaptureService { API: any; constructor(apiInjected: any); getCapturesBySpace(spaceID: string): Promise; getCapture(captureID: string): Promise; deleteCapture(captureID: string): Promise; updateCapture(capture: any): Promise; createCapture(capture: Capture): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }