import { Plugin } from 'esbuild'; declare const angularEsbuildPlugin: (cwd: string) => Plugin; export { angularEsbuildPlugin };