import { NodeLikeReadableStream } from '../types';
export declare function streamToBytes(stream: NodeLikeReadableStream): Promise<Uint8Array>;
