/** * Rendering Page Resolution * * @module rendering/page-resolution */ export { PageResolver, type PageResolverOptions } from "./page-resolver.js"; export { extractParams, getPathCandidates, getSlugFromPath, getSupportedExtensions, isDynamicRoute, matchesPattern, normalizeSlug, type PathCandidates, pathToSlug, type RouteParams, slugToPath, } from "../../routing/index.js"; //# sourceMappingURL=index.d.ts.map