import type { Compiler } from '../../Compiler.js'; export default class MemoryCachePlugin { static PLUGIN_NAME: string; apply(compiler: Compiler): void; }