import { StorageAccountResponse } from "../types"; /** * * Get all storage accounts for the current user * * @returns {StorageAccountResponse[]} - List of storage accounts * */ export default function getStorageAccs(): Promise; //# sourceMappingURL=get-storage-accounts.d.ts.map