import { web3 } from "@project-serum/anchor"; import { StorageAccount } from "../types"; /** * Get one storage account for the current user * @param {PublicKey} key - Publickey of a Storage Account * * @returns {StorageAccount} Storage Account * */ export default function getStorageAcc(key: web3.PublicKey): Promise; //# sourceMappingURL=get-storage-account.d.ts.map