import type { BatchJobConfig } from './batch-scheduler-types.js'; export declare const TRIPLE_EXTRACTION_JOB_NAME_PREFIX = "triple_extraction_"; export declare function isTripleExtractionQueueJob(jobName: string): boolean; export declare function isJobTimeoutError(error: unknown): boolean; /** * Resolves coordinator timeout per queued job name. * Per-memory triple extraction jobs need longer LLM-bound timeouts than generic batch jobs. */ export declare function resolveBatchJobTimeout(jobName: string, config: BatchJobConfig): number; //# sourceMappingURL=batch-job-timeout-resolver.d.ts.map