type GetRegistrationPriceParams = { chain?: Chain; client: ThirdwebClient; disableCache?: boolean; extraStorage?: bigint | number | string;};
type chain = Chain;
type client = ThirdwebClient;
type disableCache = boolean;
type extraStorage = bigint | number | string;