declare function Cache(methodName: string): (_target: unknown, _propertyKey: string, descriptor: PropertyDescriptor) => void;
declare function FullMethodCache(methodName: string): (_target: unknown, _propertyKey: string, descriptor: PropertyDescriptor) => void;
export { Cache, FullMethodCache };
//# sourceMappingURL=cache.d.ts.map