export declare function hardLinkDir(src: string, destDirs: string[]): Promise<void>;
