/** * Resolves path segments into a `path` * @param pathSegments to process to path */ export declare function resolve(...pathSegments: string[]): string;