import type { ZilMateJob } from './types.js'; /** * Dispatch notifications for a job based on its notify configuration. * Called by the runner after job completion or failure. */ export declare function dispatchJobNotification(job: ZilMateJob, event: 'success' | 'failure' | 'start'): Promise; //# sourceMappingURL=notify.d.ts.map