export declare const memoryCache: { get: (name: any) => any; set: (name: any, value: any, ttl_seconds: any) => void; };