import type { StructInit } from "@yume-chan/struct"; export declare const ScrcpyInjectTextControlMessage: import("@yume-chan/struct").Struct<{ type: import("@yume-chan/struct").NumberField; text: import("@yume-chan/struct").Field; }, undefined, import("@yume-chan/struct").FieldsValue<{ type: import("@yume-chan/struct").NumberField; text: import("@yume-chan/struct").Field; }>>; export type ScrcpyInjectTextControlMessage = StructInit; //# sourceMappingURL=inject-text.d.ts.map