export declare class Metrics { private static startTime; /** * Returns the global uptime of the Aurix instance in milliseconds */ static getUptimeMs(): number; /** * Returns the global uptime in HH:MM:SS format */ static getUptimeFormatted(): string; } //# sourceMappingURL=Metrics.d.ts.map