import type { BatchJobConfig } from './batch-scheduler-types.js'; /** * `BatchScheduler` 생성·갱신 시 설정 일관성 검증. */ export declare function validateBatchJobConfig(config: BatchJobConfig): void; //# sourceMappingURL=batch-scheduler-validate-config.d.ts.map