import type { LoaderClosureContext } from "../plugins/LoaderPlugin"; /** !!Note: Should not use arrow function here. */ declare const _default: (this: any & { closure: LoaderClosureContext; }, content?: any, map?: any, meta?: any) => void; export = _default;