import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BaseJobStatsInput { created: Date; updated: Date; totalCount: number; jhCount: number; vneCount: number; jobId: string; organizationId: string; } export declare class CreateJobStatsInput extends BaseJobStatsInput { } export declare class UpdateJobStatsInput extends BaseJobStatsInput { id: string; } export declare class JobStatsPaginationInput extends BasePaginationInput { } export declare class JobStatsConditionInput extends BaseConditionInput { } declare const JobStatsQueryInput_base: any; export declare class JobStatsQueryInput extends JobStatsQueryInput_base { } export {}; //# sourceMappingURL=job-stats.input.d.ts.map