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