import type { FileStorageItem } from './FileStorage'; export declare const DEFAULT_ROW_HEIGHT = 26; export declare function getPathFromItem(file: FileStorageItem): string; /** * Get the move operation for the current selection and the given target. Throws if the operation is invalid. */ export declare function getMoveOperation(draggedItems: FileStorageItem[], targetItem: FileStorageItem): { files: FileStorageItem[]; targetPath: string; }; //# sourceMappingURL=FileListUtils.d.ts.map