import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { Message } from "@bufbuild/protobuf";
/**
 * Describes the file protos/perfetto/trace/ftrace/gpu_mem.proto.
 */
export declare const file_protos_perfetto_trace_ftrace_gpu_mem: GenFile;
/**
 * @generated from message perfetto.protos.GpuMemTotalFtraceEvent
 */
export type GpuMemTotalFtraceEvent = Message<"perfetto.protos.GpuMemTotalFtraceEvent"> & {
    /**
     * @generated from field: optional uint32 gpu_id = 1;
     */
    gpuId: number;
    /**
     * @generated from field: optional uint32 pid = 2;
     */
    pid: number;
    /**
     * @generated from field: optional uint64 size = 3;
     */
    size: bigint;
};
/**
 * Describes the message perfetto.protos.GpuMemTotalFtraceEvent.
 * Use `create(GpuMemTotalFtraceEventSchema)` to create a new message.
 */
export declare const GpuMemTotalFtraceEventSchema: GenMessage<GpuMemTotalFtraceEvent>;
//# sourceMappingURL=gpu_mem_pb.d.ts.map