/**
* Generates a filesystem-safe directory name from an absolute path
* @param workingPath - The absolute working path to transform
* @returns A filesystem-safe string suitable for use as a directory name
*/
export declarefunctiongenerateFilesystemSafeId(workingPath: string): string;