import { tEthereumAddress } from '.';
export declare type FaucetParamsType = {
    userAddress: tEthereumAddress;
    reserve: tEthereumAddress;
    tokenSymbol: string;
};
