import type { NotificationIR } from '@duckcodeailabs/dql-compiler'; import type { NotifierPayload } from '../types.js'; export interface NotificationDispatchResult { type: string; recipients: string[]; delivered: boolean; error?: string; } export declare function dispatchNotifications(notifications: NotificationIR[], payload: NotifierPayload, projectRoot: string): Promise; //# sourceMappingURL=index.d.ts.map