import type { To, Path } from 'history'; export declare const joinPaths: (paths: string[]) => string; export declare const resolvePath: (to: To, fromPathname?: string) => Path;