/** * @param {string} url */ export function getCuratedExampleBaseUrl(url: string): string; /** * Infers the effective base URL for a spec loaded from the given URL or path. * * Curated shared examples resolve against the examples root so they can use * tidy `data/...` and `shared/...` paths regardless of their subdirectory. * * @param {string} url */ export default function inferSpecBaseUrl(url: string): string; //# sourceMappingURL=inferSpecBaseUrl.d.ts.map