/** * gets the relative path from a specified root * * will start with "/" */ export declare const getRelativePath: (absolutePath: string, relativeFrom: "project-root") => string | undefined; //# sourceMappingURL=getRelativePath.d.ts.map