import type { PartialTree, PartialTreeFolder } from '@uppy/core'; import type { CompanionFile } from '@uppy/utils'; declare const afterOpenFolder: (oldPartialTree: PartialTree, discoveredItems: CompanionFile[], clickedFolder: PartialTreeFolder, currentPagePath: string | null, validateSingleFile: (file: CompanionFile) => string | null) => PartialTree; export default afterOpenFolder; //# sourceMappingURL=afterOpenFolder.d.ts.map