/**
 * Check if the directory is the current system's root directory.
 *
 * @param dir - The directory to check.
 * @returns Returns true if the directory is the root directory.
 */
export declare const isSystemRoot: (dir: string) => boolean;
