import type { PRetryOptions } from '../promise/pRetry.js';
export declare function _Retry(opt?: PRetryOptions): MethodDecorator;
