type PathString = string | null | undefined;
export declare function joinPaths(a: PathString, b: PathString): string;
export {};
