import { UseRetryOptions } from '../util/use-retry.interface.js'; declare function Retry(options: Exclude): MethodDecorator; export { Retry };