import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { Message } from "@bufbuild/protobuf";
/**
 * Describes the file protos/perfetto/metrics/android/android_blocking_call_per_frame.proto.
 */
export declare const file_protos_perfetto_metrics_android_android_blocking_call_per_frame: GenFile;
/**
 * Blocking call per frame on the main thread.
 *
 * @generated from message perfetto.protos.AndroidBlockingCallPerFrame
 */
export type AndroidBlockingCallPerFrame = Message<"perfetto.protos.AndroidBlockingCallPerFrame"> & {
    /**
     * Name of the blocking call
     *
     * @generated from field: optional string name = 1;
     */
    name: string;
    /**
     * Maximal duration within a frame.
     *
     * @generated from field: optional int64 max_dur_per_frame_ms = 2;
     */
    maxDurPerFrameMs: bigint;
    /**
     * Maximal duration within a frame in nanoseconds
     *
     * @generated from field: optional int64 max_dur_per_frame_ns = 3;
     */
    maxDurPerFrameNs: bigint;
    /**
     * Mean duration within the CUJ
     *
     * @generated from field: optional int64 mean_dur_per_frame_ms = 4;
     */
    meanDurPerFrameMs: bigint;
    /**
     * Mean duration within the CUJ in nanoseconds
     *
     * @generated from field: optional int64 mean_dur_per_frame_ns = 5;
     */
    meanDurPerFrameNs: bigint;
    /**
     * Max count in a frame
     *
     * @generated from field: optional int64 max_cnt_per_frame = 6;
     */
    maxCntPerFrame: bigint;
    /**
     * Mean count in a frame
     *
     * @generated from field: optional double mean_cnt_per_frame = 7;
     */
    meanCntPerFrame: number;
};
/**
 * Describes the message perfetto.protos.AndroidBlockingCallPerFrame.
 * Use `create(AndroidBlockingCallPerFrameSchema)` to create a new message.
 */
export declare const AndroidBlockingCallPerFrameSchema: GenMessage<AndroidBlockingCallPerFrame>;
//# sourceMappingURL=android_blocking_call_per_frame_pb.d.ts.map