import { type BigIntStats } from 'node:fs'; import { type FsResult } from '../types/fs-result.mjs'; export declare function checkPathsAsync(source: string, destination: string, funcName: 'copy' | 'move', options: { dereference?: boolean; }): Promise>;