import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { Message } from "@bufbuild/protobuf";
/**
 * Describes the file protos/perfetto/trace/ftrace/mm_event.proto.
 */
export declare const file_protos_perfetto_trace_ftrace_mm_event: GenFile;
/**
 * @generated from message perfetto.protos.MmEventRecordFtraceEvent
 */
export type MmEventRecordFtraceEvent = Message<"perfetto.protos.MmEventRecordFtraceEvent"> & {
    /**
     * @generated from field: optional uint32 avg_lat = 1;
     */
    avgLat: number;
    /**
     * @generated from field: optional uint32 count = 2;
     */
    count: number;
    /**
     * @generated from field: optional uint32 max_lat = 3;
     */
    maxLat: number;
    /**
     * @generated from field: optional uint32 type = 4;
     */
    type: number;
};
/**
 * Describes the message perfetto.protos.MmEventRecordFtraceEvent.
 * Use `create(MmEventRecordFtraceEventSchema)` to create a new message.
 */
export declare const MmEventRecordFtraceEventSchema: GenMessage<MmEventRecordFtraceEvent>;
//# sourceMappingURL=mm_event_pb.d.ts.map