import { BullBoardRequest, ControllerHandlerReturnType } from '../../typings/app';
/**
 * Every scheduler the board can see, tagged with the queue it belongs to. Unlike the queues
 * route this one is not polled, which is what makes the per-scheduler lookups behind `lastRun`
 * affordable.
 */
export declare function jobSchedulersHandler(req: BullBoardRequest): Promise<ControllerHandlerReturnType>;
