export type RetryErrorProcessor = {
    (errors: unknown[]): Promise<void>;
};
export declare const newRetryErrorProcessor: (defaultError: {
    (): Error;
}) => RetryErrorProcessor;
//# sourceMappingURL=RetryErrorProcessor.d.ts.map