import type { RoutePart } from '../../types/public/index.js';
export declare function getParts(part: string, file: string): RoutePart[];
