import { KeyGenFn } from './types'; /** * default cache key generator */ export declare const defaultKeyGenerator: (name: string) => KeyGenFn;