export declare const startService: () => Promise; export declare const stopService: () => Promise; export interface cameraEventLister { onNewImage: string; } export interface cameraEventProps { imagePath: string; imageBase64: string; } export declare const cameraEventLister: cameraEventLister; //# sourceMappingURL=index.d.ts.map