import type webpack from 'webpack'; import type { LoaderOptions } from './interfaces'; declare function ESBuildLoader(this: webpack.LoaderContext, source: string): Promise; export default ESBuildLoader;