import type { RequestOptions } from 'hapic'; type RetryState = { retryCount: number; }; export declare function getClientRequestRetryState(config: Partial & { retry?: Partial; }): RetryState; export {}; //# sourceMappingURL=utils.d.ts.map