import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { Message } from "@bufbuild/protobuf";
/**
 * Describes the file protos/perfetto/metrics/android/monitor_contention_agg_metric.proto.
 */
export declare const file_protos_perfetto_metrics_android_monitor_contention_agg_metric: GenFile;
/**
 * This metric provides aggregated information about monitor contention graph
 * in a trace
 *
 * @generated from message perfetto.protos.AndroidMonitorContentionAggMetric
 */
export type AndroidMonitorContentionAggMetric = Message<"perfetto.protos.AndroidMonitorContentionAggMetric"> & {
    /**
     * @generated from field: repeated perfetto.protos.AndroidMonitorContentionAggMetric.ProcessAggregation process_aggregation = 1;
     */
    processAggregation: AndroidMonitorContentionAggMetric_ProcessAggregation[];
};
/**
 * Describes the message perfetto.protos.AndroidMonitorContentionAggMetric.
 * Use `create(AndroidMonitorContentionAggMetricSchema)` to create a new message.
 */
export declare const AndroidMonitorContentionAggMetricSchema: GenMessage<AndroidMonitorContentionAggMetric>;
/**
 * Next id: 2
 * Stats for Monitor contention aggregated by process.
 *
 * @generated from message perfetto.protos.AndroidMonitorContentionAggMetric.ProcessAggregation
 */
export type AndroidMonitorContentionAggMetric_ProcessAggregation = Message<"perfetto.protos.AndroidMonitorContentionAggMetric.ProcessAggregation"> & {
    /**
     * @generated from field: optional string name = 1;
     */
    name: string;
    /**
     * @generated from field: optional int64 total_contention_count = 2;
     */
    totalContentionCount: bigint;
    /**
     * @generated from field: optional int64 total_contention_dur = 3;
     */
    totalContentionDur: bigint;
    /**
     * @generated from field: optional int64 main_thread_contention_count = 4;
     */
    mainThreadContentionCount: bigint;
    /**
     * @generated from field: optional int64 main_thread_contention_dur = 5;
     */
    mainThreadContentionDur: bigint;
};
/**
 * Describes the message perfetto.protos.AndroidMonitorContentionAggMetric.ProcessAggregation.
 * Use `create(AndroidMonitorContentionAggMetric_ProcessAggregationSchema)` to create a new message.
 */
export declare const AndroidMonitorContentionAggMetric_ProcessAggregationSchema: GenMessage<AndroidMonitorContentionAggMetric_ProcessAggregation>;
//# sourceMappingURL=monitor_contention_agg_metric_pb.d.ts.map