import type { StructInit } from "@yume-chan/struct"; import type { AndroidMotionEventAction } from "../../android/motion-event.js"; import type { ScrcpyInjectTouchControlMessage } from "../../latest.js"; export declare const InjectTouchControlMessage: import("@yume-chan/struct").Struct<{ type: import("@yume-chan/struct").Field<2, never, never, number>; action: import("@yume-chan/struct").Field; pointerId: import("@yume-chan/struct").NumberField; pointerX: import("@yume-chan/struct").NumberField; pointerY: import("@yume-chan/struct").NumberField; videoWidth: import("@yume-chan/struct").NumberField; videoHeight: import("@yume-chan/struct").NumberField; pressure: import("@yume-chan/struct").Field; actionButton: import("@yume-chan/struct").NumberField; buttons: import("@yume-chan/struct").NumberField; }, undefined, import("@yume-chan/struct").FieldsValue<{ type: import("@yume-chan/struct").Field<2, never, never, number>; action: import("@yume-chan/struct").Field; pointerId: import("@yume-chan/struct").NumberField; pointerX: import("@yume-chan/struct").NumberField; pointerY: import("@yume-chan/struct").NumberField; videoWidth: import("@yume-chan/struct").NumberField; videoHeight: import("@yume-chan/struct").NumberField; pressure: import("@yume-chan/struct").Field; actionButton: import("@yume-chan/struct").NumberField; buttons: import("@yume-chan/struct").NumberField; }>>; export type InjectTouchControlMessage = StructInit; export declare function serializeInjectTouchControlMessage(message: ScrcpyInjectTouchControlMessage): Uint8Array; //# sourceMappingURL=inject-touch.d.ts.map