import { FileCopier } from './core/file-copier.js'; export { CopyOptions, CopyResult, FileAnalysis } from './core/file-copier.js'; import { PathFinder } from './core/path-finder.js'; export { PathInfo, PathMetadata, PathSource, PathSourceType, PathStats, RegistrySource, SearchOptions, SearchResult } from './types.js'; import 'fs'; declare namespace icloudy { const find: typeof PathFinder.find; const copy: typeof FileCopier.copy; } export { FileCopier, PathFinder, icloudy };