export declare let remote: { add: (dirPathArg: any, remoteNameArg: string, remoteLinkArg: string) => any; list: (dirPathArg: any) => any; remove: (dirPathArg: string) => any; };