import { ZipEntry } from './ZipEntry'; export interface FolderEntriesOptions { archivePath?: string; source: string; ignore?: string[]; } export declare function getFolderEntries({ archivePath: archiveBasePath, source, ignore: ignorePaths, }: FolderEntriesOptions): AsyncIterableIterator; //# sourceMappingURL=getFolderEntries.d.ts.map