export declare function resolveVeryfrontModuleTarget(specifier: string): string | null; export declare function resolveInternalModuleTarget(specifier: string): string | null; export declare function resolveVeryfrontModuleUrl(specifier: string): string | null; /** * Resolve an internal #veryfront/* specifier to a /_vf_modules/ URL. * Uses the deno.json import map to get the correct filesystem path, * which may differ from the specifier path (e.g. #veryfront/compat/console * maps to src/platform/compat/console/index.ts, not src/compat/console.ts). */ export declare function resolveInternalModuleUrl(specifier: string): string | null; //# sourceMappingURL=veryfront-module-urls.d.ts.map