/** * Extract the path part from the next link value returned by the service, * @internal */ export declare function extractNextLink(value: string | undefined): string | undefined; /** * Checks whether a string is a digest * @internal */ export declare function isDigest(tagOrDigest: string): boolean; export declare function readStreamToEnd(stream: NodeJS.ReadableStream, maxLength?: number): Promise; export declare function readChunksFromStream(stream: NodeJS.ReadableStream, chunkSize: number): AsyncGenerator; //# sourceMappingURL=helpers.d.ts.map