import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { Message } from "@bufbuild/protobuf";
/**
 * Describes the file protos/perfetto/trace/ftrace/dmabuf_heap.proto.
 */
export declare const file_protos_perfetto_trace_ftrace_dmabuf_heap: GenFile;
/**
 * @generated from message perfetto.protos.DmaHeapStatFtraceEvent
 */
export type DmaHeapStatFtraceEvent = Message<"perfetto.protos.DmaHeapStatFtraceEvent"> & {
    /**
     * @generated from field: optional uint64 inode = 1;
     */
    inode: bigint;
    /**
     * @generated from field: optional int64 len = 2;
     */
    len: bigint;
    /**
     * @generated from field: optional uint64 total_allocated = 3;
     */
    totalAllocated: bigint;
};
/**
 * Describes the message perfetto.protos.DmaHeapStatFtraceEvent.
 * Use `create(DmaHeapStatFtraceEventSchema)` to create a new message.
 */
export declare const DmaHeapStatFtraceEventSchema: GenMessage<DmaHeapStatFtraceEvent>;
//# sourceMappingURL=dmabuf_heap_pb.d.ts.map