import NodeCache from 'node-cache'; export declare class AlunaCache { static cache: NodeCache; static hashCacheKey(params: { prefix: string; args: any; }): string; }