import type Slugger from 'github-slugger'; export declare function joinUrlPaths(...paths: string[]): string; export declare function isRelative(url: string): boolean; export declare function generatePathSegment(name: string, slugger: Slugger): any;