export declare type CacheKey = string | symbol | number; export declare const cache: (key: string | symbol | number, callback: () => T) => T;