import type { TaskFailure } from './schema.js'; export interface AutoRequeueNoteOptions { attempt: number; maxAttempts: number; } export declare function buildAutoRequeueNote(failure: TaskFailure, options?: AutoRequeueNoteOptions): string; //# sourceMappingURL=retryNote.d.ts.map