import type { Config } from "./config.js"; import type { JobPayload } from "./types.js"; export declare class InterruptHandler { config?: Config; call(_instance: unknown, payload: JobPayload, _queue: string, next: () => Promise | unknown): Promise; } export declare const ensureInterruptHandler: (config: Config) => void; //# sourceMappingURL=interrupt-handler.d.ts.map