/**
 * Type module.
 * @memberof Type
 */
import { ThirdwebClient } from 'thirdweb';
/**
 * Interface for classes that represent a ThirdwebClient.
 *
 * @interface IThirdwebClient
 */
export interface IThirdwebClient extends ThirdwebClient {
}
