import * as webpack from "webpack";
export default function webpackLoader(this: webpack.loader.LoaderContext, content: string): Promise<void>;
