import { ethers } from "ethers";
export declare function airdrop(tokenAddress: string, receiver: string, amount?: string): Promise<ethers.ContractReceipt>;
