import type { HttpResponse, StreamableMethod } from "@azure-rest/core-client"; /** * Resolves a StreamableMethod into a binary stream response using browser streaming. * Returns both the raw HttpResponse (for status/header inspection) and a blobBody Promise. * Error handling is left to the caller so that generated deserializers can apply * operation-specific error deserialization (per-status-code details, exception headers, etc.). */ export declare function getBinaryStreamResponse(streamableMethod: StreamableMethod): Promise; readableStreamBody?: NodeJS.ReadableStream; }>; //# sourceMappingURL=get-binary-stream-response.d.ts.map