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