import * as anchor from "@project-serum/anchor"; import { ShadowDriveResponse } from "../types"; /** * * @param {anchor.web3.PublicKey} key - Publickey of a Storage Account * * @returns {ShadowDriveResponse} - Confirmed transaction ID */ export default function cancelDeleteStorageAccount(key: anchor.web3.PublicKey): Promise; //# sourceMappingURL=cancel-storage-account.d.ts.map