import type { BCMSJob } from '../types'; export declare function createBcmsJob(fn: () => Promise): () => Promise;