import type { HardhatRuntimeEnvironment } from "hardhat/types"; export default function buyAxie(taskArgs: { axie: string; }, hre: HardhatRuntimeEnvironment): Promise;