import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { Message } from "@bufbuild/protobuf";
/**
 * Describes the file protos/perfetto/trace/ftrace/oom.proto.
 */
export declare const file_protos_perfetto_trace_ftrace_oom: GenFile;
/**
 * @generated from message perfetto.protos.OomScoreAdjUpdateFtraceEvent
 */
export type OomScoreAdjUpdateFtraceEvent = Message<"perfetto.protos.OomScoreAdjUpdateFtraceEvent"> & {
    /**
     * @generated from field: optional string comm = 1;
     */
    comm: string;
    /**
     * @generated from field: optional int32 oom_score_adj = 2;
     */
    oomScoreAdj: number;
    /**
     * @generated from field: optional int32 pid = 3;
     */
    pid: number;
};
/**
 * Describes the message perfetto.protos.OomScoreAdjUpdateFtraceEvent.
 * Use `create(OomScoreAdjUpdateFtraceEventSchema)` to create a new message.
 */
export declare const OomScoreAdjUpdateFtraceEventSchema: GenMessage<OomScoreAdjUpdateFtraceEvent>;
/**
 * @generated from message perfetto.protos.MarkVictimFtraceEvent
 */
export type MarkVictimFtraceEvent = Message<"perfetto.protos.MarkVictimFtraceEvent"> & {
    /**
     * @generated from field: optional int32 pid = 1;
     */
    pid: number;
};
/**
 * Describes the message perfetto.protos.MarkVictimFtraceEvent.
 * Use `create(MarkVictimFtraceEventSchema)` to create a new message.
 */
export declare const MarkVictimFtraceEventSchema: GenMessage<MarkVictimFtraceEvent>;
//# sourceMappingURL=oom_pb.d.ts.map