import type { PathLike } from "fs"; export declare const copyFilePersistent: (source: PathLike, destination: string, flags?: number) => Promise;