import type { Settings } from "../config/settings"; export declare function isBackgroundJobSupportEnabled(settings: Pick): boolean;