import type { HardhatRuntimeEnvironment } from "hardhat/types";
export default function transferAllAxies(taskArgs: {
    address: string;
    axies: string;
}, hre: HardhatRuntimeEnvironment): Promise<any>;
