import { Repository } from "typeorm";
import { BatchJob } from "../models";
export declare class BatchJobRepository extends Repository<BatchJob> {
}
