/** * Validates that the archive was created successfully * @param totalBytes - The total bytes in the archive * @param entries - Array of archive entries */ export default function validateArchive(totalBytes: number, entries: Array<{ name: string; size: number; }>): void; //# sourceMappingURL=validateArchive.d.ts.map