import type { PartialTree, PartialTreeId } from '@uppy/core'; import type { CompanionFile } from '@uppy/utils'; declare const afterScrollFolder: (oldPartialTree: PartialTree, currentFolderId: PartialTreeId, items: CompanionFile[], nextPagePath: string | null, validateSingleFile: (file: CompanionFile) => string | null) => PartialTree; export default afterScrollFolder; //# sourceMappingURL=afterScrollFolder.d.ts.map