import type { Middleware } from '../action/types'; export declare function retry(count?: number): Middleware;