export function normalizeRoot({ query: { $ } }: { query: Query; }): string; import type { Query } from '#types/index.js';