import { ReadableStream } from "@yume-chan/stream-extra"; import type { StructValue } from "@yume-chan/struct"; import type { AdbSyncSocket } from "./socket.js"; export declare const AdbSyncDataResponse: import("@yume-chan/struct").Struct<{ data: import("@yume-chan/struct").Field, string, never, Uint8Array>; }, undefined, import("@yume-chan/struct").FieldsValue<{ data: import("@yume-chan/struct").Field, string, never, Uint8Array>; }>>; export type AdbSyncDataResponse = StructValue; export declare function adbSyncPullGenerator(socket: AdbSyncSocket, path: string): AsyncGenerator; export declare function adbSyncPull(socket: AdbSyncSocket, path: string): ReadableStream; //# sourceMappingURL=pull.d.ts.map