import { CacheKeyPrefixEnum } from '../key-builders'; export declare function Cached(storeKeyPrefix: CacheKeyPrefixEnum): (target: any, key: string, descriptor: any) => void; //# sourceMappingURL=cached.interceptor.d.ts.map