import ManifestFile from '@anycli/manifest-file'; export default class PluginCache extends ManifestFile { file: string; cacheKey: string; name: string; skipIfLocked: boolean; type: string; constructor(file: string, cacheKey: string, name: string); fetch(key: string, fn: () => Promise): Promise; }