import { BullBoardRequest, ControllerHandlerReturnType } from '../../typings/app';
declare function pauseAll(req: BullBoardRequest): Promise<ControllerHandlerReturnType>;
export declare const pauseAllHandler: typeof pauseAll;
export {};
