export declare const sendFile: (pathToFile: string) => Promise; export declare const sendFileTo: (path: string, address: string) => Promise; export declare const receiveFile: (folder: string, fileName: string, forceToScanGallery?: boolean) => Promise; //# sourceMappingURL=transfer.d.ts.map