import { HardhatRuntimeEnvironment } from "hardhat/types/runtime";
import { AddressLike, BigNumberish } from "ethers";
export declare const deal: (erc20: AddressLike, recipient: AddressLike, amount: BigNumberish, maxSlot?: number, hre?: HardhatRuntimeEnvironment) => Promise<void>;
