/// /** * @public * @since @ray-js/ray 1.3.15 */ export declare const P2PSDKInit: typeof ty.p2p.P2PSDKInit; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const deInitSDK: typeof ty.p2p.deInitSDK; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const isP2PActive: typeof ty.p2p.isP2PActive; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const isP2PActiveSync: typeof ty.p2p.isP2PActiveSync; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const connectDevice: typeof ty.p2p.connectDevice; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const disconnectDevice: typeof ty.p2p.disconnectDevice; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const uploadFile: typeof ty.p2p.uploadFile; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const cancelUploadTask: typeof ty.p2p.cancelUploadTask; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const downloadFile: typeof ty.p2p.downloadFile; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const cancelDownloadTask: typeof ty.p2p.cancelDownloadTask; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const downloadStream: typeof ty.p2p.downloadStream; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const queryAlbumFileIndexs: typeof ty.p2p.queryAlbumFileIndexs; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const onSessionStatusChange: typeof ty.p2p.onSessionStatusChange; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const offSessionStatusChange: typeof ty.p2p.offSessionStatusChange; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const onUploadProgressUpdate: typeof ty.p2p.onUploadProgressUpdate; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const offUploadProgressUpdate: typeof ty.p2p.offUploadProgressUpdate; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const onDownloadProgressUpdate: typeof ty.p2p.onDownloadProgressUpdate; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const offDownloadProgressUpdate: typeof ty.p2p.offDownloadProgressUpdate; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const onDownloadTotalProgressUpdate: typeof ty.p2p.onDownloadTotalProgressUpdate; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const offDownloadTotalProgressUpdate: typeof ty.p2p.offDownloadTotalProgressUpdate; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const onFileDownloadComplete: typeof ty.p2p.onFileDownloadComplete; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const offFileDownloadComplete: typeof ty.p2p.offFileDownloadComplete; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const onStreamPacketReceive: typeof ty.p2p.onStreamPacketReceive; /** * @public * @since @ray-js/ray 1.3.15 */ export declare const offStreamPacketReceive: typeof ty.p2p.offStreamPacketReceive; /** * @public * @since @ray-js/ray 1.4.62 */ export declare const appendDownloadStream: typeof ty.p2p.appendDownloadStream;