import type { StructInit } from "@yume-chan/struct"; import type { ScrcpySetClipboardControlMessage } from "../../latest.js"; export declare const SetClipboardControlMessage: import("@yume-chan/struct").Struct<{ type: import("@yume-chan/struct").NumberField; content: import("@yume-chan/struct").Field; }, undefined, import("@yume-chan/struct").FieldsValue<{ type: import("@yume-chan/struct").NumberField; content: import("@yume-chan/struct").Field; }>>; export type SetClipboardControlMessage = StructInit; export declare function serializeSetClipboardControlMessage(message: ScrcpySetClipboardControlMessage): Uint8Array; //# sourceMappingURL=set-clipboard.d.ts.map