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