import { RestClearAdvancedCaching, RestMethodMiddlewares } from '../interfaces';
import type { RESTClientBase } from '../misc/classes/restClientBase';
/**
 * Clears advanced cache for key when call is successful
 * @param key - Key to be cleared on successful call
 */
export declare function ClearAdvancedCache(key: string): <TDecorated>(_target: RESTClientBase, _propertyKey: string, descriptor: (RestClearAdvancedCaching & RestMethodMiddlewares) | TDecorated) => TDecorated;
//# sourceMappingURL=clearAdvancedCache.decorator.d.ts.map