/** * Resolve an HTML/CSS resource reference (script src, link href, @import, url()) * to a repo-relative file path, or undefined. Root-relative URLs ("/assets/x") * resolve from the repo root; everything else is relative to the referencing * file. Query strings and fragments are stripped before resolution. */ export declare function resolveResourceUrl(fromPath: string, url: string, pathLookup: Map): string | undefined; //# sourceMappingURL=resourceUrl.d.ts.map