/** * Move file to another location. */ export declare function fileMove(oldPath: string, newPath: string, callback: any): void; //# sourceMappingURL=fileMove.d.ts.map