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