import { Options } from "../_async-retry.js"; //#region src/api-client/with-retry.d.ts interface RequestOptions { onRetry?(error: any, options: RequestOptions): void; retry?: Partial; } //#endregion export { RequestOptions }; //# sourceMappingURL=with-retry.d.ts.map