export declare const isParam: (segment: string) => boolean;
export declare const getParamName: (segment: string) => string;
export declare const ensureLeadingSlash: (path: string) => string;
export declare const removeLeadingSlash: (path: string) => string;