import { type BigIntStats } from 'node:fs'; import { type FsVoidResult } from '../types/fs-void-result.mjs'; export declare function checkParentPathsAsync(source: string, sourceStat: BigIntStats, destination: string, funcName: 'copy' | 'move'): Promise;