import { StorageCacheOptions } from '../../storage/interface/storage-cache-options'; export declare function SessionCache(options: StorageCacheOptions | string): MethodDecorator;