import { type ArchiveExtractLimits } from "./archive-limits.js"; export type ZipArchiveWithFiles = { files: Record; }; export declare function readZipCentralDirectoryEntryCount(buffer: Buffer | Uint8Array): number | null; export declare function loadZipArchiveWithPreflight(buffer: Buffer | Uint8Array, limits?: ArchiveExtractLimits): Promise; //# sourceMappingURL=archive-zip-preflight.d.ts.map