declare const handleEmptyBody: (res: Response) => Promise<string>;
export { handleEmptyBody };
