import { LoaderContext } from '@rspack/core';

declare function load(this: LoaderContext, source: string, map: any): Promise<void>;

export { load as default };
