import type { RoutePart } from 'astro';
export declare function getParts(part: string): RoutePart[];
