import AdmZip from 'adm-zip';
import type { Response } from '../../utils/request';
/** Parses the response body to a AdmZip */
export declare function getZipEntriesFromResponse(response: Response): Promise<AdmZip>;
