export declare function unlinkSymlink(linkFilePath: string, forceUpdate?: boolean): Promise; export declare function createSymlink(target: string, linkFilePath: string, forceUpdate?: boolean): Promise; export declare function rename(oldPath: string, newPath: string): Promise; export declare function cleanup(path: string): Promise; //# sourceMappingURL=fileHelper.d.ts.map