import { CacheService } from '../interfaces'; declare function MemoryCache(defaultExpirationTimeSpan?: number): Exclude; export default MemoryCache;