import { NodeResqueJob } from './types.js';
export declare function importAllJobs(): Promise<Record<string, NodeResqueJob>>;
