import type { ServiceSubmitBatchResponseModel } from "./generatedModels.js";
export declare function getBodyAsText(batchResponse: ServiceSubmitBatchResponseModel): Promise<string>;
export declare function utf8ByteLength(str: string): number;
//# sourceMappingURL=BatchUtils-browser.d.mts.map