/** * @function uploadUserPhoto * @param {Blob} blobFile * @param {boolean} withoutDownloadLink * @returns {Promise} */ export default function uploadUserPhoto(blobFile: Blob, withoutDownloadLink?: boolean): Promise; //# sourceMappingURL=uploadUserPhoto.d.ts.map