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