import type { QueueOptions } from "bullmq"; export declare const defineQueue: (name: string, opts?: Omit) => { name: string; opts: Omit | undefined; };