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