import type { AnyRouter } from '@trpc/server/unstable-core-do-not-import';
import type { TRPCLink } from '../types';
/**
 * @internal used for testing
 */
export declare function retryLink<TRouter extends AnyRouter = AnyRouter>(opts: {
    attempts: number;
}): TRPCLink<TRouter>;
//# sourceMappingURL=retryLink.d.ts.map