export declare const resolvePath: (...pathSegments: string[]) => string;
export declare function resolveRelativePath(from: string, to: string): string;
