GetUsdRegistrationPriceParams
type GetUsdRegistrationPriceParams = {  disableCache?: boolean;  extraStorage?: bigint | number | string;};
type disableCache = boolean;
type extraStorage = bigint | number | string;
type GetUsdRegistrationPriceParams = {  disableCache?: boolean;  extraStorage?: bigint | number | string;};
type disableCache = boolean;
type extraStorage = bigint | number | string;