export declare enum JobTypeEnum {
    BULK_QR_GENERATION = "bulk_qr_generation",
    BULK_ZOOM_REGISTRATION = "bulk_zoom_registration"
}
