export { createLoader } from "./lib/index.js"; /** * Pass options to the loader. */ export const initialize: (options: Readonly | null | undefined) => Promise; /** * Load `file:` URLs to MD(X) files. */ export const load: (href: string, context: import("module").LoadHookContext, nextLoad: NextLoad) => Promise; export type Options = import("./lib/index.js").Options; //# sourceMappingURL=index.d.ts.map