import { Compiler } from './interfaces'; declare class ESBuildPlugin { apply(compiler: Compiler): void; } export default ESBuildPlugin;