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