import * as z from "zod"; import { IncidentDurationMetricV2, IncidentDurationMetricV2$Outbound } from "./incidentdurationmetricv2.js"; export type IncidentDurationMetricWithValueV2 = { durationMetric: IncidentDurationMetricV2; /** * The calculated durations for this metric */ valueSeconds?: number | undefined; }; /** @internal */ export declare const IncidentDurationMetricWithValueV2$inboundSchema: z.ZodType; /** @internal */ export type IncidentDurationMetricWithValueV2$Outbound = { duration_metric: IncidentDurationMetricV2$Outbound; value_seconds?: number | undefined; }; /** @internal */ export declare const IncidentDurationMetricWithValueV2$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace IncidentDurationMetricWithValueV2$ { /** @deprecated use `IncidentDurationMetricWithValueV2$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `IncidentDurationMetricWithValueV2$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `IncidentDurationMetricWithValueV2$Outbound` instead. */ type Outbound = IncidentDurationMetricWithValueV2$Outbound; } //# sourceMappingURL=incidentdurationmetricwithvaluev2.d.ts.map