/** * @rlanz/bull-queue * * @license MIT * @copyright Romain Lanz */ import type Configure from '@adonisjs/core/commands/configure'; export declare function configure(command: Configure): Promise;