export declare class MacOSSystemHelpers { static findSDKRootDirectoryPath(): string | undefined; static findDeveloperDirectoryPath(): string | undefined; static readXcodeBuildSettings(projectPath: string): Record | undefined; }