export declare const withRetry: ({ limit }: { limit: number; }) => (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;