import { CacheKey } from "./types";
export declare function cache(key: CacheKey, options?: any): ParameterDecorator;
