import { LoaderContext } from 'webpack'; declare function load(this: LoaderContext, source: string, map: any): Promise; export { load as default };