import { ProjectConfig } from "../config"; export declare function getRelativePaths(rootDirectoryPath: any, projectConfig: ProjectConfig): { relativeFeaturesPath: string; relativeSegmentsPath: string; relativeAttributesPath: string; };