export declare const pathHelper: {
    rootName: () => (deps: {
        resolve: (...pathSegments: string[]) => string;
    }) => string;
};
