export declare const joinPath: (left: string, right: string) => string; export declare const joinUserPath: (basePath: string, userPath: string) => string;