import type { Metrics } from '@sentry/core'; /** * The metrics API is used to capture custom metrics in Sentry. * * @deprecated The Sentry metrics beta has ended. This export will be removed in a future release. */ export declare const metrics: Metrics; //# sourceMappingURL=metrics.d.ts.map