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 makeStorageImmutable(key: anchor.web3.PublicKey): Promise; //# sourceMappingURL=make-storage-immutable.d.ts.map