import type { StructValue } from "@yume-chan/struct"; export declare const AdbShellProtocolId: { readonly Stdin: 0; readonly Stdout: 1; readonly Stderr: 2; readonly Exit: 3; readonly CloseStdin: 4; readonly WindowSizeChange: 5; }; export type AdbShellProtocolId = (typeof AdbShellProtocolId)[keyof typeof AdbShellProtocolId]; export declare const AdbShellProtocolPacket: import("@yume-chan/struct").Struct<{ id: import("@yume-chan/struct").Field; data: import("@yume-chan/struct").Field, string, never, Uint8Array>; }, undefined, import("@yume-chan/struct").FieldsValue<{ id: import("@yume-chan/struct").Field; data: import("@yume-chan/struct").Field, string, never, Uint8Array>; }>>; export type AdbShellProtocolPacket = StructValue; //# sourceMappingURL=shared.d.ts.map