/** * Import path rewriting for veryfront and dnt module resolution. * * @module transforms/mdx/esm-module-loader/module-fetcher/import-rewriter */ /** * Rewrite veryfront/* imports to /_vf_modules/_veryfront/ paths for MDX module loading. * Uses deno.json exports/imports as the source of truth and appends ?ssr=true. */ export declare function rewriteVeryfrontImports(code: string): string; export declare function rewriteDntImports(code: string, sourceFilePath: string): Promise; //# sourceMappingURL=import-rewriter.d.ts.map