import type { JobStore } from '../types/index.js'; export declare function createFileJobStore(dir: string): JobStore;