/** * Save blob file. * @param {string} path The path to save the blob to * @param {Blob} blob The blob to save * @returns {Promise} A promise that resolves when the blob has been saved */ export function saveBlob(path: string, blob: Blob): Promise; //# sourceMappingURL=io.d.ts.map