import type { RESTClientBase } from '../misc/classes/restClientBase';
import { RestCaching, RestMethodMiddlewares } from '../interfaces';
/**
 * Results of requests are cached in javascript memory
 */
export declare function Cache(): <TDecorated>(_target: RESTClientBase, _propertyKey: string, descriptor: (RestCaching & RestMethodMiddlewares) | TDecorated) => TDecorated;
//# sourceMappingURL=cache.decorator.d.ts.map