// eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-nocheck import { type MdxOptions } from '@moneko/mdx'; import type { LoaderContext } from 'webpack'; export default function(this: LoaderContext>, value: string): Promise;