import type { Compiler } from './Compiler';
export default class ExecuteModulePlugin {
    apply(compiler: Compiler): void;
}
