import type { PartialTree, PartialTreeFolder } from '@uppy/core';
import type { CompanionFile } from '@uppy/utils/lib/CompanionFile';
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