/** * @rlanz/bull-queue * * @license MIT * @copyright Romain Lanz */ import type { QueueConfig } from './types/main.js'; export declare function defineConfig(config: T): T;