import type { EnvironmentCheckResult } from '../types'; /** * Store output results to zip archive. This includes the markdown report and the raw JSON. * * @param results - environment check results * @param targetFile - path and filename of target zip archive. Default is 'envcheck-results.zip'. */ export declare function storeResultsZip(results: EnvironmentCheckResult, targetFile?: string): void; //# sourceMappingURL=zip.d.ts.map