import { Entity } from '@tdi-mc/core'; import { CacheableOption } from '../models'; export declare const CachePut: (namespace: string, cacheableOptions?: CacheableOption) => MethodDecorator; //# sourceMappingURL=cache-put.decorator.d.ts.map