export interface CaptureResult {
    blob: Blob;
    imageType: string;
}
