import type { BatchJobResult } from '../batch-scheduler-types.js'; import type { BatchSchedulerRunContext } from './batch-scheduler-run-context.js'; export declare function runTripleExtractionBatch(ctx: BatchSchedulerRunContext): Promise; export declare function runQualityMeasurementBatch(ctx: BatchSchedulerRunContext): Promise; //# sourceMappingURL=batch-scheduler-augmentation-handlers.d.ts.map