/** * Takes a folder path and returns a path that is one folder up */ export declare const getOneFolderUpPath: (folderPath: string) => string; //# sourceMappingURL=getOneFolderUpPath.d.ts.map