import { HashedFolder } from '../types'; export declare const generateProgramToGetRemoteHash: (remotePath: string) => Promise; export declare const generateProgramToSyncHashDiff: (hashedFolder: HashedFolder, remotePath: string) => Promise; export declare const findResourcesNotPresentLocally: (localHash: HashedFolder, remoteHashMap: { [key: string]: string; }) => string[];