/** * Copyright (c) 2025 Mihajlo Stojanovski * All rights reserved. */ import { MetricsPatch } from "./common"; /** * Collects macOS specific metrics. */ export declare function collectMacMetrics(): Promise; //# sourceMappingURL=mac.d.ts.map