import { RetryLink } from '@apollo/client/link/retry';
declare const tokenRetryLink: RetryLink;
export default tokenRetryLink;
